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

Go to the source code of this file.

Classes

class  DummyClass< ElementType >
 

Functions

void test_get_member ()
 
int main ()
 

Variables

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

Function Documentation

◆ main()

int main ( )

Definition at line 67 of file 05-unique_ptr.cpp.

Here is the call graph for this function:

◆ test_get_member()

void test_get_member ( )

Definition at line 32 of file 05-unique_ptr.cpp.

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

Variable Documentation

◆ endl

auto endl = tpf::endl

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

◆ stream

tpf::sstream stream

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