![]() |
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_container_of_variants () |
void | test_container_of_variants_simplified () |
void | test_container_of_variants_further_simplified () |
void | test_container_of_tuples () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
auto | nl = tpf::nl |
int main | ( | ) |
void test_container_of_tuples | ( | ) |
void test_container_of_variants | ( | ) |
void test_container_of_variants_further_simplified | ( | ) |
Definition at line 106 of file 19-containers.cpp.
void test_container_of_variants_simplified | ( | ) |
Definition at line 59 of file 19-containers.cpp.
auto endl = tpf::endl |
Definition at line 4 of file 19-containers.cpp.
auto nl = tpf::nl |
Definition at line 5 of file 19-containers.cpp.
tpf::sstream stream |
Definition at line 3 of file 19-containers.cpp.