BitMagic-C++
sample14.cpp File Reference

Example: bvector<> set operations on serialized/compressed BLOBs. More...

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

Go to the source code of this file.

Functions

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

Variables

const unsigned MAX_VALUE = 1000000

Detailed Description

Example: bvector<> set operations on serialized/compressed BLOBs.

Definition in file sample14.cpp.

Function Documentation

◆ fill_bvector()

void fill_bvector ( bm::bvector<> * bv)
static

Definition at line 46 of file sample14.cpp.

References MAX_VALUE, and bm::bvector< Alloc >::set().

Referenced by main().

◆ main()

Variable Documentation

◆ MAX_VALUE

const unsigned MAX_VALUE = 1000000

Definition at line 43 of file sample14.cpp.