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

Go to the source code of this file.

Functions

void test_reverse_iterator ()
 
void test_reverse_rvalue_iterator ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 36 of file 054-iterator.cpp.

Here is the call graph for this function:

◆ test_reverse_iterator()

void test_reverse_iterator ( )

Definition at line 6 of file 054-iterator.cpp.

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

◆ test_reverse_rvalue_iterator()

void test_reverse_rvalue_iterator ( )

Definition at line 28 of file 054-iterator.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 054-iterator.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 054-iterator.cpp.