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

Method string>

util/stream/output.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89template <>
90void Out<std::string>(IOutputStream& o, const std::string& p) {
91 o.Write(p.data(), p.length());
92}
93
94template <>
95void Out<std::wstring>(IOutputStream& o, const std::wstring& p) {

Callers

nothing calls this directly

Calls 3

WriteMethod · 0.45
dataMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected