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

Method Begin

util/generic/buffer.h:213–215  ·  view source on GitHub ↗

* iterator-like interface */

Source from the content-addressed store, hash-verified

211 * iterator-like interface
212 */
213 inline TIterator Begin() noexcept {
214 return Data();
215 }
216
217 inline TIterator End() noexcept {
218 return Begin() + Size();

Callers 9

TestQuickSortMethod · 0.45
TestIterateMethod · 0.45
TestRIterateMethod · 0.45
CheckIterationAfterCutFunction · 0.45
TestCutFrontFunction · 0.45
TestCutBackFunction · 0.45
CheckListFunction · 0.45
TestSecondTagMethod · 0.45

Calls 1

DataClass · 0.70

Tested by 6

TestQuickSortMethod · 0.36
TestIterateMethod · 0.36
TestRIterateMethod · 0.36
TestCutFrontFunction · 0.36
TestCutBackFunction · 0.36
TestSecondTagMethod · 0.36