Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ size
Method
size
util/generic/array_ref.h:101–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
constexpr inline size_t size() const noexcept {
102
return S_;
103
}
104
105
constexpr size_t size_bytes() const noexcept {
106
return (size() * sizeof(T));
Callers
3
ysize
Method · 0.95
TArrayRef
Method · 0.45
operator==
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected