BitMagic-C++
|
Example: set operations between bvector<> and arrays of integers. More...
#include <iostream>
#include <algorithm>
#include <vector>
#include <list>
#include "bm.h"
#include "bmalgo.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) |
Example: set operations between bvector<> and arrays of integers.
Definition in file sample7.cpp.
int main | ( | void | ) |
Definition at line 71 of file sample7.cpp.
References bm::bvector< Alloc >::clear(), bm::combine_and(), bm::combine_and_sorted(), bm::combine_or(), bm::combine_sub(), bm::bvector< Alloc >::end(), bm::bvector< Alloc >::first(), and PrintContainer().
|
inline |
Definition at line 55 of file sample7.cpp.
void PrintContainer | ( | T | first, |
T | last | ||
) |
Definition at line 61 of file sample7.cpp.
Referenced by main().