BitMagic-C++
|
Example: bvector<> generation of random sub-set. More...
Go to the source code of this file.
Functions | |
template<class T > | |
void | PrintContainer (T first, T last) |
int | main (void) |
Example: bvector<> generation of random sub-set.
Definition in file sample10.cpp.
int main | ( | void | ) |
Definition at line 47 of file sample10.cpp.
References bm::bvector< Alloc >::end(), bm::bvector< Alloc >::first(), PrintContainer(), bm::random_subset< BV >::sample(), and bm::bvector< Alloc >::set().
void PrintContainer | ( | T | first, |
T | last | ||
) |
Definition at line 36 of file sample10.cpp.
Referenced by main().