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

Method operator[]

library/cpp/iterator/mapped.h:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 const_reference operator[](size_t at) const {
167 Y_ASSERT(at < this->size());
168
169 return *(this->begin() + at);
170 }
171
172 reference operator[](size_t at) {
173 Y_ASSERT(at < this->size());

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.95
beginMethod · 0.45

Tested by

no test coverage detected