Public Member Functions | |
T * | get () const |
T ** | operator& () |
T * | release_ptr () |
unique_ptr_with_addressof_operator ()=default | |
unique_ptr_with_addressof_operator (T *p) | |
Private Attributes | |
std::unique_ptr< T > | impl |
Definition at line 77 of file test_smart_ptr.cpp.
|
default |
|
inline |
Definition at line 81 of file test_smart_ptr.cpp.
|
inline |
Definition at line 82 of file test_smart_ptr.cpp.
|
inline |
Definition at line 84 of file test_smart_ptr.cpp.
|
inline |
Definition at line 83 of file test_smart_ptr.cpp.
|
private |
Definition at line 78 of file test_smart_ptr.cpp.