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

Go to the source code of this file.

Functions

void powerful_application_of_map_of_variants ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 39 of file 30-map_of_variants.cpp.

Here is the call graph for this function:

◆ powerful_application_of_map_of_variants()

void powerful_application_of_map_of_variants ( )

Definition at line 9 of file 30-map_of_variants.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 6 of file 30-map_of_variants.cpp.

◆ endL

auto endL = tpf::endL

Definition at line 7 of file 30-map_of_variants.cpp.

◆ stream

tpf::sstream stream

Definition at line 5 of file 30-map_of_variants.cpp.