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

Method data

util/generic/array_ref.h:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 constexpr inline T* data() const noexcept {
98 return T_;
99 }
100
101 constexpr inline size_t size() const noexcept {
102 return S_;

Callers 4

TArrayRefClass · 0.45
TArrayRefMethod · 0.45
as_bytesFunction · 0.45
as_writable_bytesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected