MCPcopy Create free account
hub / github.com/catboost/catboost / NextTokTemplate

Method NextTokTemplate

util/generic/strbuf.h:513–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511private:
512 template <typename TDelimiterType>
513 TdSelf NextTokTemplate(TDelimiterType delim) {
514 TdSelf tok;
515 Split(delim, tok, *this);
516 return tok;
517 }
518
519 template <typename TDelimiterType>
520 TdSelf RNextTokTemplate(TDelimiterType delim) {

Callers

nothing calls this directly

Calls 2

SplitFunction · 0.50
emptyFunction · 0.50

Tested by

no test coverage detected