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

Method begin

library/cpp/yt/memory/range.h:156–159  ·  view source on GitHub ↗

STL interop, for gcc.

Source from the content-addressed store, hash-verified

154
155 // STL interop, for gcc.
156 const_iterator begin() const
157 {
158 return Begin();
159 }
160
161 const_iterator End() const
162 {

Callers 7

FromStringMethod · 0.45
ToStringMethod · 0.45
AbsorbMethod · 0.45
TRangeMethod · 0.45
CheckValuesMonotonicFunction · 0.45
FoldRangeFunction · 0.45
ToVectorFunction · 0.45

Calls 1

BeginClass · 0.85

Tested by

no test coverage detected