|
BitMagic-C++
|
Example: bvector<> - bit-shifts. More...

Go to the source code of this file.
Functions | |
| template<class T> | |
| void | PrintContainer (T first, T last) |
| int | main (void) |
Example: bvector<> - bit-shifts.
Definition in file sample21.cpp.
| int main | ( | void | ) |
Definition at line 49 of file sample21.cpp.
References bm::bvector< Alloc >::end(), bm::bvector< Alloc >::erase(), bm::bvector< Alloc >::first(), bm::bvector< Alloc >::optimize(), PrintContainer(), and bm::bvector< Alloc >::shift_left().
| void PrintContainer | ( | T | first, |
| T | last ) |
Definition at line 39 of file sample21.cpp.
Referenced by main().