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

Method string_view>

util/stream/output.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109template <>
110void Out<std::string_view>(IOutputStream& o, const std::string_view& p) {
111 o.Write(p.data(), p.length());
112}
113
114template <>
115void Out<std::wstring_view>(IOutputStream& o, const std::wstring_view& p) {

Callers

nothing calls this directly

Calls 3

WriteMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected