|
BitMagic-C++
|
Example: demo for bm::rank_range_split. More...
#include <stdlib.h>#include <iostream>#include <vector>#include <utility>#include "bm.h"#include "bmalgo.h"#include "bmundef.h"
Go to the source code of this file.
Typedefs | |
| typedef bm::bvector ::size_type | bv_size_type |
| typedef std::vector< std::pair< bv_size_type, bv_size_type > > | bv_ranges_vector |
Functions | |
| int | main (void) |
Example: demo for bm::rank_range_split.
Definition in file sample24.cpp.
| typedef std::vector<std::pair<bv_size_type, bv_size_type> > bv_ranges_vector |
Definition at line 55 of file sample24.cpp.
| typedef bm::bvector ::size_type bv_size_type |
Definition at line 54 of file sample24.cpp.
| int main | ( | void | ) |
Definition at line 57 of file sample24.cpp.
References bm::bvector< Alloc >::count(), bm::bvector< Alloc >::get_enumerator(), bm::id_max, bm::rank_range_split(), and bm::bvector< Alloc >::iterator_base::valid().