![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_output.hpp>
Go to the source code of this file.
Classes | |
class | smarter_ptr< ElementType > |
Functions | |
void | test_unique_ptr_and_shared_ptr_output () |
void | why_operator_overloading_for_unique_ptr_and_shared_ptr () |
void | test_convert_unique_ptr_to_shared_ptr () |
void | test_smarter_ptr () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
void test_convert_unique_ptr_to_shared_ptr | ( | ) |
Definition at line 67 of file 06-unique_ptr.cpp.
void test_smarter_ptr | ( | ) |
void test_unique_ptr_and_shared_ptr_output | ( | ) |
Definition at line 30 of file 06-unique_ptr.cpp.
void why_operator_overloading_for_unique_ptr_and_shared_ptr | ( | ) |
auto endl = tpf::endl |
Definition at line 4 of file 06-unique_ptr.cpp.
tpf::sstream stream |
Definition at line 3 of file 06-unique_ptr.cpp.