Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ MakeStringSplitter
Function
MakeStringSplitter
util/string/split.h:1098–1100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1096
1097
template <class String>
1098
auto MakeStringSplitter(String&& s) {
1099
return TStringSplitter<std::remove_reference_t<String>>(std::forward<String>(s));
1100
}
1101
} // namespace NStringSplitPrivate
1102
1103
template <class Iterator>
Callers
1
StringSplitter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected