BitMagic-C++
rscsample03.cpp File Reference

Example: bm::rsc_sparse_vector<>::const_iterator. More...

#include <iostream>
#include <vector>
#include "bm.h"
#include "bmsparsevec.h"
#include "bmsparsevec_compr.h"
#include "bmundef.h"
Include dependency graph for rscsample03.cpp:

Go to the source code of this file.

Typedefs

typedef bm::sparse_vector< unsigned, bm::bvector<> > sparse_vector_u32
typedef bm::rsc_sparse_vector< unsigned, sparse_vector_u32rsc_sparse_vector_u32

Functions

template<typename SV>
void PrintSV (const SV &sv)
 Print sparse vector content.
int main (void)

Detailed Description

Typedef Documentation

◆ rsc_sparse_vector_u32

Definition at line 62 of file rscsample03.cpp.

◆ sparse_vector_u32

Definition at line 61 of file rscsample03.cpp.

Function Documentation

◆ main()

◆ PrintSV()

template<typename SV>
void PrintSV ( const SV & sv)

Print sparse vector content.

Definition at line 45 of file rscsample03.cpp.

Referenced by main().