#include <iostream>
#include "bm.h"
#include "bmrandom.h"
Go to the source code of this file.
Functions | |
template<class T > | |
void | PrintContainer (T first, T last) |
int | main (void) |
int main | ( | void | ) |
Definition at line 50 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 | |||
) | [inline] |
Definition at line 39 of file sample10.cpp.