BitMagic-C++
|
Example: bvector<> - STL interoperability. More...
Go to the source code of this file.
Functions | |
void | Print (bm::bvector<>::size_type n) |
template<class T > | |
void | PrintContainer (T first, T last) |
int | main (void) |
Example: bvector<> - STL interoperability.
Definition in file sample8.cpp.
int main | ( | void | ) |
Definition at line 65 of file sample8.cpp.
References bm::bvector< Alloc >::count(), bm::bvector< Alloc >::end(), bm::bvector< Alloc >::first(), bm::bvector< Alloc >::inserter(), and PrintContainer().
|
inline |
Definition at line 49 of file sample8.cpp.
void PrintContainer | ( | T | first, |
T | last ) |
Definition at line 55 of file sample8.cpp.
Referenced by main().