BitMagic-C++
sample7.cpp File Reference

Example: set operations between bvector<> and arrays of integers. More...

#include <iostream>
#include <algorithm>
#include <vector>
#include <list>
#include "bm.h"
#include "bmalgo.h"
#include "bmundef.h"
Include dependency graph for sample7.cpp:

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)

Detailed Description

Example: set operations between bvector<> and arrays of integers.

Definition in file sample7.cpp.

Function Documentation

◆ main()

◆ Print()

void Print ( unsigned n)
inline

Definition at line 56 of file sample7.cpp.

◆ PrintContainer()

template<class T>
void PrintContainer ( T first,
T last )