Return *this. This object is unchanged. Note that the specified rhs is not used.
Synopsis
Declared in <bslstl_sharedptr.h>
enable_shared_from_this&
operator=(enable_shared_from_this const& rhs) noexcept;
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
rhs |
right‐hand side operand |
Created with MrDocs