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

Method size

library/cpp/iterator/mapped.h:162–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 using TBase::empty;
161
162 size_type size() const {
163 return std::end(*this->Container.Ptr()) - std::begin(*this->Container.Ptr());
164 }
165
166 const_reference operator[](size_t at) const {
167 Y_ASSERT(at < this->size());

Callers 4

operator[]Method · 0.95
FOR_DISPATCH_2Function · 0.45
TESTFunction · 0.45
FOR_DISPATCH_3Function · 0.45

Calls 3

endFunction · 0.50
beginFunction · 0.50
PtrMethod · 0.45

Tested by

no test coverage detected