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

Method ysize

util/generic/array_ref.h:238–240  ·  view source on GitHub ↗

DEPRECATED. DO NOT USE.

Source from the content-addressed store, hash-verified

236
237 // DEPRECATED. DO NOT USE.
238 constexpr inline yssize_t ysize() const noexcept {
239 return static_cast<yssize_t>(this->size());
240 }
241
242private:
243 T* T_;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.95

Tested by

no test coverage detected