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

Method end

library/cpp/iterator/enumerate.h:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 TSentinel end() const {
74 if constexpr (TrivialSentinel) {
75 return TIterator{std::numeric_limits<TSize>::max(), std::end(*Storage_.Ptr())};
76 } else {
77 return TSentinel{std::end(*Storage_.Ptr())};
78 }
79 }
80
81 mutable TStorage Storage_;
82 };

Callers 4

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

Calls 3

maxFunction · 0.50
endFunction · 0.50
PtrMethod · 0.45

Tested by 1

TestViewCompileabilityFunction · 0.36