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

Method u16string_view>

util/stream/output.cpp:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119template <>
120void Out<std::u16string_view>(IOutputStream& o, const std::u16string_view& p) {
121 WriteString(o, p.data(), p.length());
122}
123
124template <>
125void Out<std::u32string_view>(IOutputStream& o, const std::u32string_view& p) {

Callers

nothing calls this directly

Calls 3

WriteStringFunction · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected