![]() |
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_first_n_types_t () |
| void | test_first_n_types_t2 () |
| void | test_last_n_types_1 () |
| void | test_last_n_types_2 () |
| void | test_is_class_template () |
| void | test_nth_type_to_template_class () |
| void | test_first_n_types_to_template_class () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| int main | ( | ) |
| void test_first_n_types_t | ( | ) |
Definition at line 8 of file 23-first_n_types.cpp.
| void test_first_n_types_t2 | ( | ) |
Definition at line 25 of file 23-first_n_types.cpp.
| void test_first_n_types_to_template_class | ( | ) |
| void test_is_class_template | ( | ) |
Definition at line 82 of file 23-first_n_types.cpp.
| void test_last_n_types_1 | ( | ) |
Definition at line 42 of file 23-first_n_types.cpp.
| void test_last_n_types_2 | ( | ) |
Definition at line 61 of file 23-first_n_types.cpp.
| void test_nth_type_to_template_class | ( | ) |
Definition at line 89 of file 23-first_n_types.cpp.
| auto endl = tpf::endl |
Definition at line 6 of file 23-first_n_types.cpp.
| tpf::sstream stream |
Definition at line 5 of file 23-first_n_types.cpp.