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

Method TStrSpnImpl

util/string/strspn.h:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8class TStrSpnImpl {
9public:
10 inline TStrSpnImpl(const char* b, const char* e) {
11 Init(b, e);
12 }
13
14 inline TStrSpnImpl(const char* s) {
15 Init(s, TCStringEndIterator());

Callers

nothing calls this directly

Calls 2

TCStringEndIteratorClass · 0.85
InitFunction · 0.50

Tested by

no test coverage detected