C++ Library Extensions 2022.12.09
To help learn modern C++ programming
34-any.cpp File Reference
#include <tpf_output.hpp>
Include dependency graph for 34-any.cpp:

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
 

Function Documentation

◆ _1_test_type_functions()

void _1_test_type_functions ( )

Definition at line 8 of file 34-any.cpp.

◆ _2_test_print_elements()

void _2_test_print_elements ( )

Definition at line 43 of file 34-any.cpp.

◆ _3_test_any_as_tuple_elements()

void _3_test_any_as_tuple_elements ( )

Definition at line 82 of file 34-any.cpp.

◆ _4_test_any_as_container_elements()

void _4_test_any_as_container_elements ( )

Definition at line 123 of file 34-any.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 192 of file 34-any.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 34-any.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 34-any.cpp.