![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::shared_ptr::get - std::experimental::shared_ptr::get Synopsiselement_type* get() const noexcept; (library fundamentals TS)
Parameters(none) Return valueThe stored pointer. Notes A shared_ptr may share ownership of an object while storing a
pointer to another
Example This section is incomplete
See also operator* dereferences the stored pointer
|