![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Functions | |
void | take_unique_ptr_by_value (std::unique_ptr< int > uptr) |
void | pass_unique_ptr_to_a_funcion_by_value () |
void | test_cloning_unique_ptr () |
int | main () |
Variables | |
tpf::sstream | stream |
auto | endl = tpf::endl |
int main | ( | ) |
void pass_unique_ptr_to_a_funcion_by_value | ( | ) |
void take_unique_ptr_by_value | ( | std::unique_ptr< int > | uptr | ) |
void test_cloning_unique_ptr | ( | ) |
Definition at line 67 of file 01-unique_ptr.cpp.
auto endl = tpf::endl |
Definition at line 12 of file 01-unique_ptr.cpp.
tpf::sstream stream |
Definition at line 11 of file 01-unique_ptr.cpp.