Public Member Functions | |
custom_unique_ptr (T *p) | |
T * | get () const |
T * | release_ptr () |
Private Attributes | |
std::unique_ptr< T > | impl |
Definition at line 50 of file test_smart_ptr.cpp.
|
inline |
Definition at line 53 of file test_smart_ptr.cpp.
|
inline |
Definition at line 54 of file test_smart_ptr.cpp.
|
inline |
Definition at line 55 of file test_smart_ptr.cpp.
|
private |
Definition at line 51 of file test_smart_ptr.cpp.