![]() |
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_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 |
| int main | ( | ) |
Definition at line 600 of file 32-containers_for_variants.cpp.
| void test_map_of_variants | ( | ) |
Definition at line 357 of file 32-containers_for_variants.cpp.
| void test_set_of_variants | ( | ) |
Definition at line 145 of file 32-containers_for_variants.cpp.
| void test_unordered_map_of_variants | ( | ) |
Definition at line 476 of file 32-containers_for_variants.cpp.
| void test_vector_of_variant_with_vector | ( | ) |
Definition at line 276 of file 32-containers_for_variants.cpp.
| void test_vector_of_variants | ( | ) |
Definition at line 13 of file 32-containers_for_variants.cpp.
| auto endl = tpf::endl |
Definition at line 11 of file 32-containers_for_variants.cpp.
| auto nl = tpf::nl |
Definition at line 10 of file 32-containers_for_variants.cpp.
| tpf::sstream stream |
Definition at line 9 of file 32-containers_for_variants.cpp.