MCPcopy Create free account
hub / github.com/catboost/catboost / u16string>

Method u16string>

util/stream/output.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99template <>
100void Out<std::u16string>(IOutputStream& o, const std::u16string& p) {
101 WriteString(o, p.data(), p.length());
102}
103
104template <>
105void Out<std::u32string>(IOutputStream& o, const std::u32string& p) {

Callers

nothing calls this directly

Calls 3

WriteStringFunction · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected