C++ Library Extensions 2022.12.09
To help learn modern C++ programming
050-reverse.cpp File Reference
#include <tpf_output.hpp>
#include <iostream>
#include <iterator>
#include <variant>
#include <vector>
#include <initializer_list>
#include <type_traits>
Include dependency graph for 050-reverse.cpp:

Go to the source code of this file.

Functions

void test_make_vector ()
 
void test_make_container ()
 
void test_make_variants ()
 
void test_reverse ()
 
void test_make_tuple ()
 
void test_make_smart_container ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 84 of file 050-reverse.cpp.

Here is the call graph for this function:

◆ test_make_container()

void test_make_container ( )

Definition at line 19 of file 050-reverse.cpp.

Here is the call graph for this function:

◆ test_make_smart_container()

void test_make_smart_container ( )

Definition at line 66 of file 050-reverse.cpp.

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

◆ test_make_tuple()

void test_make_tuple ( )

Definition at line 57 of file 050-reverse.cpp.

◆ test_make_variants()

void test_make_variants ( )

Definition at line 26 of file 050-reverse.cpp.

Here is the call graph for this function:

◆ test_make_vector()

void test_make_vector ( )

Definition at line 12 of file 050-reverse.cpp.

Here is the call graph for this function:

◆ test_reverse()

void test_reverse ( )

Definition at line 33 of file 050-reverse.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 10 of file 050-reverse.cpp.

◆ stream

tpf::sstream stream

Definition at line 9 of file 050-reverse.cpp.