Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
242
private:
243
T* T_;
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected