BloombergLP::bslstl::BadWeakPtr::operator=

Assign to this object the value of the specified rhs exception.

Synopses

Declared in <bslstl_badweakptr.h>

constexpr
exception&
operator=(exception const&) = default;
» more...

Assign to this object the value of the specified rhs exception.

BadWeakPtr&
operator=(std::exception const& rhs) noexcept;
» more...
constexpr
exception&
operator=(exception&&) = default;
» more...

Return Value

reference providing modifiable access to this object

Parameters

NameDescription
rhsexception object to assign from