[#BloombergLP-bslstl-BadWeakPtr-operator_assign-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/BadWeakPtr.adoc[BadWeakPtr]::operator= :relfileprefix: ../../../ :mrdocs: Assign to this object the value of the specified `rhs` exception. == Synopses Declared in `<bslstl_badweakptr.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr exception& xref:BloombergLP/bslstl/BadWeakPtr/operator_assign-01.adoc[operator=](exception const&) = default; ---- [.small]#xref:BloombergLP/bslstl/BadWeakPtr/operator_assign-01.adoc[_» more..._]# Assign to this object the value of the specified `rhs` exception. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/BadWeakPtr.adoc[BadWeakPtr]& xref:BloombergLP/bslstl/BadWeakPtr/operator_assign-0a.adoc[operator=](std::exception const& rhs) noexcept; ---- [.small]#xref:BloombergLP/bslstl/BadWeakPtr/operator_assign-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr exception& xref:BloombergLP/bslstl/BadWeakPtr/operator_assign-0c.adoc[operator=](exception&&) = default; ---- [.small]#xref:BloombergLP/bslstl/BadWeakPtr/operator_assign-0c.adoc[_» more..._]# == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | exception object to assign from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#