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

Example: str_sparse_vector<> how to work with NULL values. More...

#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include "bm.h"
#include "bmstrsparsevec.h"
#include "bmundef.h"
Include dependency graph for strsvsample04.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: str_sparse_vector<> how to work with NULL values.

Definition in file strsvsample04.cpp.