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

Method TStringDelimiter

util/string/split.h:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105template <class Char>
106struct TStringDelimiter {
107 inline TStringDelimiter(Char* delim) noexcept
108 : Delim(delim)
109 , Len(std::char_traits<Char>::length(delim))
110 {
111 }
112
113 inline TStringDelimiter(Char* delim, size_t len) noexcept
114 : Delim(delim)

Callers

nothing calls this directly

Calls 1

lengthFunction · 0.50

Tested by

no test coverage detected