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

Method begin

library/cpp/iterator/enumerate.h:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 using const_reference = typename TIterator::reference;
68
69 TIterator begin() const {
70 return {0, std::begin(*Storage_.Ptr())};
71 }
72
73 TSentinel end() const {
74 if constexpr (TrivialSentinel) {

Callers 5

TESTFunction · 0.45
ToVectorFunction · 0.45
TestViewCompileabilityFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

beginFunction · 0.50
PtrMethod · 0.45

Tested by 1

TestViewCompileabilityFunction · 0.36