MCPcopy Create free account
hub / github.com/catboost/catboost / operator[]

Method operator[]

util/generic/bitmap.h:510–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508 }
509
510 Y_FORCE_INLINE bool operator[](size_t pos) const {
511 return Get(pos);
512 }
513
514 Y_FORCE_INLINE TReference operator[](size_t pos) {
515 const bool fitStorage = Mask.ExpandBitSize(pos + 1);

Callers

nothing calls this directly

Calls 3

TReferenceClass · 0.85
GetFunction · 0.50
ExpandBitSizeMethod · 0.45

Tested by

no test coverage detected