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

Method wstring>

util/stream/output.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94template <>
95void Out<std::wstring>(IOutputStream& o, const std::wstring& p) {
96 WriteString(o, p.data(), p.length());
97}
98
99template <>
100void Out<std::u16string>(IOutputStream& o, const std::u16string& p) {

Callers

nothing calls this directly

Calls 3

WriteStringFunction · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected