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

Go to the source code of this file.

Classes

class  node< ElementType >
 

Typedefs

using string_t = std::string
 

Functions

int main (int argc, const char *argv[])
 

Variables

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

Typedef Documentation

◆ string_t

using string_t = std::string

Definition at line 7 of file 048-binary_tree.cpp.

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)

Definition at line 130 of file 048-binary_tree.cpp.

Here is the call graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 048-binary_tree.cpp.

◆ endL

auto endL = tpf::endL

Definition at line 5 of file 048-binary_tree.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 048-binary_tree.cpp.