Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RemoveFlag
Method
RemoveFlag
util/generic/flags.h:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
TFlags RemoveFlag(Enum value) {
184
Value_ &= ~static_cast<TInt>(value);
185
return *this;
186
}
187
188
TFlags RemoveFlags(TFlags flags) {
189
Value_ &= ~flags.Value_;
Callers
1
TestEnum
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestEnum
Function · 0.64