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

Function begin

util/generic/string.h:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 }
333
334 const_iterator begin() const noexcept Y_LIFETIME_BOUND {
335 return TBase::begin();
336 }
337 const_iterator cbegin() const noexcept Y_LIFETIME_BOUND {
338 return TBase::cbegin();
339 }

Callers 15

FindFunction · 0.70
FindPtrFunction · 0.70
FindIfFunction · 0.70
AllOfFunction · 0.70
AnyOfFunction · 0.70
FindIfPtrFunction · 0.70
FindIndexFunction · 0.70
FindIndexIfFunction · 0.70
AccumulateFunction · 0.70
MaxElementByFunction · 0.70
MinElementByFunction · 0.70
CountIfFunction · 0.70

Calls

no outgoing calls

Tested by 2