Constructors
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. Note that the specified unused argument is not used by this constructor.
enable_shared_from_this(enable_shared_from_this const& unused) noexcept;
Created with MrDocs