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

Method begin

library/cpp/iterator/mapped.h:120–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 TIterator begin() const {
121 return {std::begin(*Container.Ptr()), {*Mapper.Ptr()}};
122 }
123
124 TIterator end() const {
125 return {std::end(*Container.Ptr()), {*Mapper.Ptr()}};

Callers 1

operator[]Method · 0.45

Calls 2

beginFunction · 0.50
PtrMethod · 0.45

Tested by

no test coverage detected