Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ToBaseType
Method
ToBaseType
util/generic/flags.h:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
constexpr TInt ToBaseType() const {
59
return Value_;
60
}
61
62
constexpr static TFlags FromBaseType(TInt value) {
63
return TFlags(TFlag(value));
Callers
3
Y_UNIT_TEST
Function · 0.80
TImpl
Method · 0.80
ProtectMemory
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected