Create an enable_shared_from_this object that is not owned by any shared_ptr object.
Declared in <bslstl_sharedptr.h>
enable_shared_from_this(enable_shared_from_this const& unused) noexcept;
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.
| Name | Description |
|---|---|
| unused | ignored parameter (selects this overload) |