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

Method wstring_view>

util/stream/output.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114template <>
115void Out<std::wstring_view>(IOutputStream& o, const std::wstring_view& p) {
116 WriteString(o, p.data(), p.length());
117}
118
119template <>
120void Out<std::u16string_view>(IOutputStream& o, const std::u16string_view& p) {

Callers

nothing calls this directly

Calls 3

WriteStringFunction · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected