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

Method TArrayRef

util/generic/array_ref.h:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 using const_reverse_iterator = std::reverse_iterator<const_iterator>;
39
40 constexpr inline TArrayRef() noexcept
41 : T_(nullptr)
42 , S_(0)
43 {
44 }
45
46 constexpr inline TArrayRef(T* data Y_LIFETIME_BOUND, size_t len) noexcept
47 : T_(data)

Callers

nothing calls this directly

Calls 4

NonNegativeDistanceFunction · 0.85
beginMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected