![]() |
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 | |
template<typename... Types> | |
void | test_what_is_type_list (Types... args) |
template<typename... Types> | |
void | how_to_use_type_list (Types... args) |
void | test_advanced_type_list () |
void | test_containers_of_variants () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
void how_to_use_type_list | ( | Types... | args | ) |
Definition at line 33 of file 07-type_list.cpp.
int main | ( | ) |
void test_advanced_type_list | ( | ) |
Definition at line 56 of file 07-type_list.cpp.
void test_containers_of_variants | ( | ) |
void test_what_is_type_list | ( | Types... | args | ) |
Definition at line 9 of file 07-type_list.cpp.
auto endl = tpf::endl |
Definition at line 4 of file 07-type_list.cpp.
tpf::sstream stream |
Definition at line 3 of file 07-type_list.cpp.