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