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

Method begin

util/generic/iterator.h:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 using iterator = const_iterator;
123
124 inline iterator begin() const noexcept(TIterator::IsNoexceptNext) {
125 return TIterator(const_cast<TSlave*>(static_cast<const TSlave*>(this)));
126 }
127
128 inline iterator end() const noexcept {
129 return TIterator();

Callers

nothing calls this directly

Calls 1

TIteratorClass · 0.70

Tested by

no test coverage detected