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

Method TIterator

util/generic/iterator.h:81–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 using iterator_category = std::input_iterator_tag;
80
81 inline TIterator() noexcept
82 : Slave_(nullptr)
83 , Cur_()
84 {
85 }
86
87 inline TIterator(TSlave* slave) noexcept(IsNoexceptNext)
88 : Slave_(slave)

Callers

nothing calls this directly

Calls 1

NextMethod · 0.45

Tested by

no test coverage detected