BitMagic-C++
|
Example: sparse_vector<> with NULL (unset) values. More...
Go to the source code of this file.
Functions | |
static void | print_svector (const bm::sparse_vector< unsigned, bm::bvector<> > &sv) |
int | main (void) |
Example: sparse_vector<> with NULL (unset) values.
Definition in file svsample04.cpp.
int main | ( | void | ) |
Definition at line 64 of file svsample04.cpp.
References bm::sparse_vector< Val, BV >::clear(), bm::sparse_vector< Val, BV >::decode(), bm::bvector< Alloc >::first(), bm::base_sparse_vector< Val, BV, 1 >::get_null_bvector(), bm::sparse_vector< Val, BV >::import(), bm::sparse_vector< Val, BV >::join(), print_svector(), bm::sparse_vector< Val, BV >::push_back(), bm::sparse_vector< Val, BV >::resize(), bm::sparse_vector< Val, BV >::set(), bm::sparse_vector< Val, BV >::set_null(), bm::sparse_vector< Val, BV >::size(), bm::use_null, and bm::bvector< Alloc >::iterator_base::valid().
|
static |
Definition at line 38 of file svsample04.cpp.
Referenced by main().