BitMagic-C++
Functions | Variables
sample15.cpp File Reference

Example: bvector<> methods to find last bit and bit-vectors effective range. More...

#include <stdlib.h>
#include <iostream>
#include <vector>
#include <cassert>
#include "bm.h"
#include "bmundef.h"
Include dependency graph for sample15.cpp:

Go to the source code of this file.

Functions

static void fill_bvector (bm::bvector<> *bv)
  More...
 
int main (void)
  More...
 

Variables

const unsigned MAX_VALUE = 10000000
  More...
 

Detailed Description

Example: bvector<> methods to find last bit and bit-vectors effective range.

Definition in file sample15.cpp.