MCPcopy 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_TESTFunction · 0.80
TImplMethod · 0.80
ProtectMemoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected