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

Go to the source code of this file.

Functions

void test_container_of_variants ()
 
void test_container_of_variants_simplified ()
 
void test_container_of_variants_further_simplified ()
 
void test_container_of_tuples ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 192 of file 19-containers.cpp.

Here is the call graph for this function:

◆ test_container_of_tuples()

void test_container_of_tuples ( )

Definition at line 154 of file 19-containers.cpp.

Here is the caller graph for this function:

◆ test_container_of_variants()

void test_container_of_variants ( )

Definition at line 9 of file 19-containers.cpp.

Here is the call graph for this function:

◆ test_container_of_variants_further_simplified()

void test_container_of_variants_further_simplified ( )

Definition at line 106 of file 19-containers.cpp.

◆ test_container_of_variants_simplified()

void test_container_of_variants_simplified ( )

Definition at line 59 of file 19-containers.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 19-containers.cpp.

◆ nl

auto nl = tpf::nl

Definition at line 5 of file 19-containers.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 19-containers.cpp.