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

Method begin

util/generic/array_ref.h:113–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 constexpr inline iterator begin() const noexcept {
114 return T_;
115 }
116
117 constexpr inline iterator end() const noexcept {
118 return (T_ + S_);

Callers 2

TArrayRefMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected