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

Function cend

util/generic/string.h:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 const_iterator cend() const noexcept Y_LIFETIME_BOUND {
342 return TBase::cend();
343 }
344
345 const_reverse_iterator crbegin() const noexcept Y_LIFETIME_BOUND {
346 return TBase::crbegin();

Callers 2

CountFunction · 0.70
MakeRangeJoinerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected