BitMagic-C++
|
Example: bvector<> methods to find last bit and bit-vectors effective range. More...
Go to the source code of this file.
Functions | |
static void | fill_bvector (bm::bvector<> *bv) |
int | main (void) |
Variables | |
const unsigned | MAX_VALUE = 10000000 |
Example: bvector<> methods to find last bit and bit-vectors effective range.
Definition in file sample15.cpp.
|
static |
Definition at line 47 of file sample15.cpp.
References MAX_VALUE, and bm::bvector< Alloc >::set().
Referenced by main().
int main | ( | void | ) |
Definition at line 60 of file sample15.cpp.
References bm::bvector< Alloc >::count(), fill_bvector(), bm::bvector< Alloc >::find(), bm::bvector< Alloc >::find_range(), and bm::bvector< Alloc >::find_reverse().
const unsigned MAX_VALUE = 10000000 |