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

Go to the source code of this file.

Functions

void test_tuple_variant_operations ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 42 of file tuple_variant_operations.cpp.

Here is the call graph for this function:

◆ test_tuple_variant_operations()

void test_tuple_variant_operations ( )

Definition at line 22 of file tuple_variant_operations.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto& endl = tpf::endl

Definition at line 19 of file tuple_variant_operations.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 20 of file tuple_variant_operations.cpp.

◆ stream

tpf::sstream stream

Definition at line 18 of file tuple_variant_operations.cpp.