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

Go to the source code of this file.

Functions

void test_tuple_of_variants ()
 
void test_variant_of_tuples ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ main()

int main ( )

Definition at line 51 of file 33-tuple_variant.cpp.

Here is the call graph for this function:

◆ test_tuple_of_variants()

void test_tuple_of_variants ( )

Definition at line 7 of file 33-tuple_variant.cpp.

◆ test_variant_of_tuples()

void test_variant_of_tuples ( )

Definition at line 30 of file 33-tuple_variant.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 5 of file 33-tuple_variant.cpp.

◆ stream

tpf::sstream stream

Definition at line 4 of file 33-tuple_variant.cpp.