Module qwt::bitvector

source ·
Expand description

The module implements a bit vector with operations to access, to append bits, and to modify bits at arbitrary positions.

It is possible to iterate over bits or positions of bits set either to zero or one.

Modules

  • Implements data structure to support rank and select queries on a binary vector with (small) 64-bit blocks.

Structs