Assign to this object the value of the specified rhs exception.
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...
reference providing modifiable access to this object
| Name | Description |
|---|---|
| rhs | exception object to assign from |