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

Synopsis

Declared in <bslstl_badweakptr.h>

BadWeakPtr&
operator=(std::exception const& rhs) noexcept;

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

rhs

exception object to assign from

Created with MrDocs