std::shared_ptr::get
From Cppreference
< cpp | memory | shared ptr
T* get() const;
|
||
Returns a pointer to the managed object.
Contents |
[edit] Parameters
(none)
[edit] Return value
a pointer to the managed object.
[edit] Example
This section is incomplete |
[edit] See also
|
dereferences pointer to the managed object (public member function) |