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

Function MakeArrayRef

util/generic/array_ref.h:272–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271template <class Range>
272constexpr TArrayRef<const typename Range::value_type> MakeArrayRef(const Range& range) noexcept {
273 return TArrayRef<const typename Range::value_type>(range);
274}
275
276template <class Range>
277constexpr TArrayRef<typename Range::value_type> MakeArrayRef(Range& range) noexcept {

Callers 15

BestSplitFunction · 0.85
TMMapBpeDictionaryMethod · 0.85
LoadMethod · 0.85
InitFromMemoryMethod · 0.85
InitFromMemoryMethod · 0.85
InitFromMemoryMethod · 0.85
MD5Class · 0.85
MakeUnsignedArrayRefFunction · 0.85
ReadVecFunction · 0.85
DoMainFunction · 0.85

Calls

no outgoing calls

Tested by 2

SimpleTextModelFunction · 0.68
CheckDataSetFunction · 0.68