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

Method u32string>

util/stream/output.cpp:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104template <>
105void Out<std::u32string>(IOutputStream& o, const std::u32string& p) {
106 WriteString(o, p.data(), p.length());
107}
108
109template <>
110void Out<std::string_view>(IOutputStream& o, const std::string_view& p) {

Callers

nothing calls this directly

Calls 3

WriteStringFunction · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected