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

Method bool

util/generic/bitmap.h:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 }
375
376 Y_FORCE_INLINE operator bool() const {
377 return 0 != (*Chunk & (static_cast<TChunk>(1) << Offset));
378 }
379
380 Y_FORCE_INLINE TReference& Flip() {
381 *Chunk ^= static_cast<TChunk>(1) << Offset;

Callers 3

SaveMethod · 0.45
operator boolMethod · 0.45
EqualsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected