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

Function cbegin

util/generic/string.h:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 return TBase::begin();
336 }
337 const_iterator cbegin() const noexcept Y_LIFETIME_BOUND {
338 return TBase::cbegin();
339 }
340
341 const_iterator cend() const noexcept Y_LIFETIME_BOUND {
342 return TBase::cend();

Callers 2

CountFunction · 0.70
MakeRangeJoinerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected