BitMagic-C++
Typedefs | Functions
svsample10.cpp File Reference

Example: Succinct vector searches: GT, GE, LT, LE, RANGE[from..to]. More...

#include <assert.h>
#include <stdlib.h>
#include <iostream>
#include <vector>
#include <utility>
#include "bm.h"
#include "bmsparsevec.h"
#include "bmsparsevec_algo.h"
#include "bmundef.h"
Include dependency graph for svsample10.cpp:

Go to the source code of this file.

Typedefs

typedef bm::sparse_vector< unsigned, bm::bvector<> > svector_u32
 
typedef bm::sparse_vector< int, bm::bvector<> > svector_i32
 

Functions

template<typename SV , typename BV >
void PrintResults (const SV &sv, const BV &bv)
  More...
 
int main (void)
  More...
 

Detailed Description

Example: Succinct vector searches: GT, GE, LT, LE, RANGE[from..to].

Definition in file svsample10.cpp.