Create an enable_shared_from_this object that is not owned by any shared_ptr object.
Synopses
Declared in <bslstl_sharedptr.h>
Create an enable_shared_from_this object that is not owned by any shared_ptr object.
enable_shared_from_this() noexcept;
Create an enable_shared_from_this object that is not owned by any shared_ptr object.
enable_shared_from_this(enable_shared_from_this const& unused) noexcept;
Parameters
Name |
Description |
unused |
ignored parameter (selects this overload) |
Created with MrDocs