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

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

#include <iostream>
#include <string>
#include <vector>
#include "bm.h"
#include "bmstrsparsevec.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)
 

Detailed Description

Example: str_sparse_vector<> how to work with NULLs values.

Definition in file strsvsample04.cpp.

Typedef Documentation

◆ bvector_type

Definition at line 39 of file strsvsample04.cpp.

◆ str_sv_type

Definition at line 40 of file strsvsample04.cpp.

Function Documentation

◆ main()

int main ( void  )