BitMagic-C++
strsvsample08.cpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <random>
#include <cassert>
#include "bm.h"
#include "bmstrsparsevec.h"
#include "bmsparsevec_algo.h"
#include "bmtimer.h"
#include "bmundef.h"
Include dependency graph for strsvsample08.cpp:

Go to the source code of this file.

Typedefs

typedef bm::str_sparse_vector< char, bvector_type, 16 > str_sv_type

Functions

static void GenerateTestStrCollection (std::vector< string > &str_coll, unsigned max_coll)
int main (void)

Typedef Documentation

◆ str_sv_type

Definition at line 51 of file strsvsample08.cpp.

Function Documentation

◆ GenerateTestStrCollection()

void GenerateTestStrCollection ( std::vector< string > & str_coll,
unsigned max_coll )
static
Examples
strsvsample08.cpp.

Definition at line 55 of file strsvsample08.cpp.

Referenced by main().

◆ main()