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

Go to the source code of this file.

Functions

void test_vector_of_variants ()
 
void test_set_of_variants ()
 
void test_vector_of_variant_with_vector ()
 
void test_map_of_variants ()
 
void test_unordered_map_of_variants ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 600 of file 32-containers_for_variants.cpp.

Here is the call graph for this function:

◆ test_map_of_variants()

void test_map_of_variants ( )

Definition at line 357 of file 32-containers_for_variants.cpp.

Here is the call graph for this function:

◆ test_set_of_variants()

void test_set_of_variants ( )

Definition at line 145 of file 32-containers_for_variants.cpp.

Here is the call graph for this function:

◆ test_unordered_map_of_variants()

void test_unordered_map_of_variants ( )

Definition at line 476 of file 32-containers_for_variants.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_vector_of_variant_with_vector()

void test_vector_of_variant_with_vector ( )

Definition at line 276 of file 32-containers_for_variants.cpp.

Here is the call graph for this function:

◆ test_vector_of_variants()

void test_vector_of_variants ( )

Definition at line 13 of file 32-containers_for_variants.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 11 of file 32-containers_for_variants.cpp.

◆ nl

auto nl = tpf::nl

Definition at line 10 of file 32-containers_for_variants.cpp.

◆ stream

tpf::sstream stream

Definition at line 9 of file 32-containers_for_variants.cpp.