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

Method FixedBitmap

container/bitmap.h:403–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 friend class details::BasicBitmap<FixedBitmap<Size, IndexType>, IndexType>;
402public:
403 FixedBitmap()
404 {
405 memset(m_words, 0, sizeof(m_words));
406 }
407
408 explicit FixedBitmap(bool initial_value)
409 {

Callers

nothing calls this directly

Calls 2

DoSetAllMethod · 0.80
MaskOffTailBitsMethod · 0.80

Tested by

no test coverage detected