![]() |
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 | _1_test_type_functions () |
void | _2_test_print_elements () |
void | _3_test_any_as_tuple_elements () |
void | _4_test_any_as_container_elements () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
void _1_test_type_functions | ( | ) |
Definition at line 8 of file 34-any.cpp.
void _2_test_print_elements | ( | ) |
Definition at line 43 of file 34-any.cpp.
void _3_test_any_as_tuple_elements | ( | ) |
Definition at line 82 of file 34-any.cpp.
void _4_test_any_as_container_elements | ( | ) |
int main | ( | ) |
auto endl = tpf::endl |
Definition at line 4 of file 34-any.cpp.
tpf::sstream stream |
Definition at line 3 of file 34-any.cpp.