Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
template <>
110
void Out<std::string_view>(IOutputStream& o, const std::string_view& p) {
111
o.Write(p.data(), p.length());
112
}
113
114
template <>
115
void Out<std::wstring_view>(IOutputStream& o, const std::wstring_view& 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