C++ Library Extensions 2022.12.09
To help learn modern C++ programming
28-set_of_variants.cpp File Reference
#include <tpf_output.hpp>
Include dependency graph for 28-set_of_variants.cpp:

Go to the source code of this file.

Functions

void test_set_of_variants ()
 
void test_map_of_variants ()
 
void test_unordered_map_of_variants ()
 
void test_multi_maps ()
 
void test_handle_unordered_maps ()
 
void test_multimap_of_variants ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ main()

int main ( )

Definition at line 254 of file 28-set_of_variants.cpp.

Here is the call graph for this function:

◆ test_handle_unordered_maps()

void test_handle_unordered_maps ( )

Definition at line 168 of file 28-set_of_variants.cpp.

◆ test_map_of_variants()

void test_map_of_variants ( )

Definition at line 53 of file 28-set_of_variants.cpp.

Here is the caller graph for this function:

◆ test_multi_maps()

void test_multi_maps ( )

Definition at line 145 of file 28-set_of_variants.cpp.

◆ test_multimap_of_variants()

void test_multimap_of_variants ( )

Definition at line 211 of file 28-set_of_variants.cpp.

Here is the caller graph for this function:

◆ test_set_of_variants()

void test_set_of_variants ( )

Definition at line 8 of file 28-set_of_variants.cpp.

Here is the caller graph for this function:

◆ test_unordered_map_of_variants()

void test_unordered_map_of_variants ( )

Definition at line 99 of file 28-set_of_variants.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 28-set_of_variants.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 28-set_of_variants.cpp.