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

Method sep

util/string/util.h:130–133  ·  view source on GitHub ↗

See strsep [BUT argument is *&, not **]

Source from the content-addressed store, hash-verified

128
129 /// See strsep [BUT argument is *&, not **]
130 char* sep(char*& s) const {
131 char sep_char; // unused;
132 return sep(s, sep_char);
133 }
134
135 /// strsep + remember character that was destroyed
136 char* sep(char*& s, char& sep_char) const {

Callers 1

TestSpnMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestSpnMethod · 0.64