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

Go to the source code of this file.

Classes

class  DummyClass< ElementType >
 

Functions

void test_advanced_return_type ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 136 of file 03-unique_ptr.cpp.

Here is the call graph for this function:

◆ test_advanced_return_type()

void test_advanced_return_type ( )

Definition at line 43 of file 03-unique_ptr.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 4 of file 03-unique_ptr.cpp.

◆ stream

tpf::sstream stream

Definition at line 3 of file 03-unique_ptr.cpp.