MCPcopy Create free account
hub / github.com/catboost/catboost / operator[]

Method operator[]

util/generic/strbase.h:388–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386 }
387
388 inline TCharType operator[](size_t pos) const noexcept {
389 Y_ASSERT(pos < this->size());
390
391 return Ptr()[pos];
392 }
393
394 //~~~~Search~~~~
395 /**

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected