![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>
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 |
int main | ( | ) |
void test_handle_unordered_maps | ( | ) |
Definition at line 168 of file 28-set_of_variants.cpp.
void test_map_of_variants | ( | ) |
void test_multi_maps | ( | ) |
Definition at line 145 of file 28-set_of_variants.cpp.
void test_multimap_of_variants | ( | ) |
void test_set_of_variants | ( | ) |
void test_unordered_map_of_variants | ( | ) |
auto endl = tpf::endl |
Definition at line 4 of file 28-set_of_variants.cpp.
tpf::sstream stream |
Definition at line 3 of file 28-set_of_variants.cpp.