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

Example: Succinct container iterator for (substring), search, mismatch. More...

#include <iostream>
#include <string>
#include <vector>
#include <cassert>
#include "bm.h"
#include "bmstrsparsevec.h"
#include "bmsparsevec_algo.h"
#include "bmundef.h"
Include dependency graph for strsvsample06.cpp:

Go to the source code of this file.

Typedefs

typedef bm::bvector bvector_type
 
typedef bm::str_sparse_vector< char, bvector_type, 32 > str_sv_type
 

Functions

int main (void)
  More...
 

Detailed Description

Example: Succinct container iterator for (substring), search, mismatch.

Definition in file strsvsample06.cpp.