Namespaces
Variants
Views
Actions

std::shared_ptr::get

From cppreference.com
 
 
 
 
 
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

[edit] See also

dereferences pointer to the managed object
(public member function) [edit]