Go to the source code of this file.
◆ cause_of_trouble()
void cause_of_trouble |
( |
| ) |
|
◆ get_unique_ptr_from_a_function()
void get_unique_ptr_from_a_function |
( |
| ) |
|
◆ main()
◆ make_int_ptr()
std::unique_ptr< int > make_int_ptr |
( |
int |
value | ) |
|
◆ return_rvalue_ref_unique_ptr()
std::unique_ptr< int > && return_rvalue_ref_unique_ptr |
( |
int |
value | ) |
|
◆ take_unique_ptr_by_reference()
void take_unique_ptr_by_reference |
( |
const std::unique_ptr< int > & |
ptr | ) |
|
◆ test_member_function_returning_member_unique_ptr()
void test_member_function_returning_member_unique_ptr |
( |
| ) |
|
◆ test_member_function_returning_unique_ptr()
void test_member_function_returning_unique_ptr |
( |
| ) |
|
◆ test_pass_unique_ptr_by_reference()
void test_pass_unique_ptr_by_reference |
( |
| ) |
|
◆ test_return_unique_ptr_reference()
void test_return_unique_ptr_reference |
( |
| ) |
|
◆ endl
◆ stream