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

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
 

Function Documentation

◆ how_to_use_type_list()

template<typename... Types>
void how_to_use_type_list ( Types...  args)

Definition at line 33 of file 07-type_list.cpp.

◆ main()

int main ( )

Definition at line 127 of file 07-type_list.cpp.

Here is the call graph for this function:

◆ test_advanced_type_list()

void test_advanced_type_list ( )

Definition at line 56 of file 07-type_list.cpp.

◆ test_containers_of_variants()

void test_containers_of_variants ( )

Definition at line 94 of file 07-type_list.cpp.

Here is the caller graph for this function:

◆ test_what_is_type_list()

template<typename... Types>
void test_what_is_type_list ( Types...  args)

Definition at line 9 of file 07-type_list.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 07-type_list.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 07-type_list.cpp.