Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Len
Method
Len
util/generic/strbase.h:539–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
537
}
538
539
constexpr inline size_t Len() const noexcept {
540
return This()->length();
541
}
542
543
constexpr inline const TDerived* This() const noexcept {
544
return static_cast<const TDerived*>(this);
Callers
1
equal
Method · 0.45
Calls
1
length
Method · 0.45
Tested by
no test coverage detected