![]() |
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 Type > | |
| void | is_template_class (Type value) |
| void | test_if_template () |
| template<typename Type1 , typename Type2 > | |
| void | extract_template_arguments (Type1 arg1, Type2 arg2) |
| void | test_extract_template_arguments () |
| void | test_template_argument_extraction () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | endl = tpf::endl |
| void extract_template_arguments | ( | Type1 | arg1, |
| Type2 | arg2 | ||
| ) |
| void is_template_class | ( | Type | value | ) |
| int main | ( | ) |
| void test_extract_template_arguments | ( | ) |
| void test_if_template | ( | ) |
| void test_template_argument_extraction | ( | ) |
| auto endl = tpf::endl |
Definition at line 6 of file 21-is_template.cpp.
| tpf::sstream stream |
Definition at line 5 of file 21-is_template.cpp.