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

Method End

util/generic/buffer.h:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 inline TIterator End() noexcept {
218 return Begin() + Size();
219 }
220
221 inline TConstIterator Begin() const noexcept {
222 return Data();

Callers 8

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

Calls 2

BeginClass · 0.85
SizeFunction · 0.50

Tested by 5

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