Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SplitByFunc
Method
SplitByFunc
util/string/split.h:1089–1091 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1087
1088
template <class TFunc>
1089
inline TIt<TEmbedPolicy<TFuncDelimiter<TIterator, TFunc>>> SplitByFunc(TFunc f) const noexcept {
1090
return {String_, f};
1091
}
1092
1093
private:
1094
TStringType String_;
Callers
1
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected