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

Go to the source code of this file.

Functions

void test_make_variant ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 16 of file 055-make_variant.cpp.

Here is the call graph for this function:

◆ test_make_variant()

void test_make_variant ( )

Definition at line 6 of file 055-make_variant.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 055-make_variant.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 055-make_variant.cpp.