Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Split
Function
Split
library/cpp/deprecated/split/split_iterator.h:312–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
310
311
template <typename TSplit>
312
void Split(const TSplit& split, TSplitTokens* words) {
313
words->clear();
314
TSplitIterator<TSplit> it(split);
315
while (!it.Eof())
316
words->push_back(it.NextString());
317
}
Callers
6
TestDelimitersSplit
Method · 0.70
TestDelimitersStrictSplit
Method · 0.70
ParseHttpVersion
Method · 0.50
NehServiceQueryCallback
Method · 0.50
CreateAddress
Function · 0.50
FillArray
Method · 0.50
Calls
3
clear
Method · 0.45
Eof
Method · 0.45
push_back
Method · 0.45
Tested by
2
TestDelimitersSplit
Method · 0.56
TestDelimitersStrictSplit
Method · 0.56