MCPcopy Create free account
hub / github.com/chen3feng/toft / DoGetSize

Method DoGetSize

container/bitmap.h:456–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454 return sizeof(m_words)/ sizeof(m_words[0]);
455 }
456 IndexType DoGetSize() const
457 {
458 return Size;
459 }
460private:
461 WordType m_words[BitmapBase::StaticWordSizeOfBits<Size>::Value];
462};

Callers 1

SizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected