Lagrange
|
Inherited by shared_ptr< T >.
Public Types | |
using | element_type = T |
Public Member Functions | |
element_type & | operator* () const noexcept |
Dereferences pointer to the managed object. | |
element_type * | operator-> () const noexcept |
Dereferences pointer to the managed object. | |