MCPcopy Create free account
hub / github.com/catboost/catboost / RemoveFlags

Method RemoveFlags

util/generic/flags.h:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 }
187
188 TFlags RemoveFlags(TFlags flags) {
189 Value_ &= ~flags.Value_;
190 return *this;
191 }
192
193 friend IOutputStream& operator<<(IOutputStream& stream Y_LIFETIME_BOUND, const TFlags& flags) {
194 ::NPrivate::PrintFlags(stream, static_cast<ui64>(flags.Value_), sizeof(TInt));

Callers 1

TestEnumFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestEnumFunction · 0.64