Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
template <>
90
void Out<std::string>(IOutputStream& o, const std::string& p) {
91
o.Write(p.data(), p.length());
92
}
93
94
template <>
95
void Out<std::wstring>(IOutputStream& o, const std::wstring& p) {
Callers
nothing calls this directly
Calls
3
Write
Method · 0.45
data
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected