#include <iostream>
#include <algorithm>
#include <vector>
#include <list>
#include "bm.h"
Go to the source code of this file.
Functions | |
void | Print (unsigned n) |
template<class T > | |
void | PrintContainer (T first, T last) |
int | main (void) |
int main | ( | void | ) |
Definition at line 69 of file sample8.cpp.
References bm::bvector< Alloc >::count(), bm::bvector< Alloc >::end(), bm::bvector< Alloc >::first(), bm::bvector< Alloc >::inserter(), and PrintContainer().
void Print | ( | unsigned | n | ) |
Definition at line 53 of file sample8.cpp.
void PrintContainer | ( | T | first, | |
T | last | |||
) | [inline] |
Definition at line 59 of file sample8.cpp.
Referenced by main().