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

Method begin

library/cpp/containers/paged_vector/paged_vector.h:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 }
172
173 iterator begin() {
174 return iterator(this, 0);
175 }
176
177 const_iterator begin() const {
178 return const_iterator((TSelf*)this, 0);

Callers 9

eraseMethod · 0.45
insertMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45
Test1Method · 0.45
Test6Method · 0.45
Test7Method · 0.45
TestAutoRefMethod · 0.45
TestIteratorsMethod · 0.45

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by 5

Test1Method · 0.36
Test6Method · 0.36
Test7Method · 0.36
TestAutoRefMethod · 0.36
TestIteratorsMethod · 0.36