#include <iostream>
#include "bm.h"
Go to the source code of this file.
Functions | |
void | print_bvector (const bm::bvector<> &bv) |
int | main (void) |
int main | ( | void | ) |
Definition at line 55 of file sample2.cpp.
References print_bvector(), and bm::bvector< Alloc >::set().
void print_bvector | ( | const bm::bvector<> & | bv | ) |
Definition at line 36 of file sample2.cpp.
References bm::bvector< Alloc >::get_first(), and bm::bvector< Alloc >::get_next().
Referenced by main().