Public Member Functions | |
T * | get () const |
T ** | operator& () |
shared_ptr_with_addressof_operator ()=default | |
shared_ptr_with_addressof_operator (T *p) | |
Private Attributes | |
std::shared_ptr< T > | impl |
Definition at line 63 of file test_smart_ptr.cpp.
|
default |
|
inline |
Definition at line 67 of file test_smart_ptr.cpp.
|
inline |
Definition at line 68 of file test_smart_ptr.cpp.
|
inline |
Definition at line 69 of file test_smart_ptr.cpp.
|
private |
Definition at line 64 of file test_smart_ptr.cpp.