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

Go to the source code of this file.

Functions

void test_make_sequence ()
 
void test_sequence_information ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 126 of file make_sequence.cpp.

Here is the call graph for this function:

◆ test_make_sequence()

void test_make_sequence ( )

Definition at line 21 of file make_sequence.cpp.

Here is the caller graph for this function:

◆ test_sequence_information()

void test_sequence_information ( )

Definition at line 82 of file make_sequence.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto& endl = tpf::endl

Definition at line 18 of file make_sequence.cpp.

◆ endL

auto& endL = tpf::endL

Definition at line 19 of file make_sequence.cpp.

◆ stream

tpf::sstream stream

Definition at line 17 of file make_sequence.cpp.