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

Method u32string_view>

util/stream/output.cpp:125–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124template <>
125void Out<std::u32string_view>(IOutputStream& o, const std::u32string_view& p) {
126 WriteString(o, p.data(), p.length());
127}
128
129template <>
130void Out<std::filesystem::path>(IOutputStream& o, const std::filesystem::path& p) {

Callers

nothing calls this directly

Calls 3

WriteStringFunction · 0.70
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected