[#bsl-Pair_Second-05b-operator_assign] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05b.adoc[Pair_Second<TYPE&&>]::operator= :relfileprefix: ../../ :mrdocs: Assign through the `second` reference from `rhs.second`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/Pair_Second-05b.adoc[Pair_Second<TYPE&&>]& operator=(xref:bsl/Pair_Second-05b.adoc[Pair_Second] const& rhs) noexcept; ---- == Description Assign to the object bound to `second` the value of the object bound to 'rhs.second', and return a reference offering modifiable access to this object. Note that this operations assigns through the reference, it does not rebind the reference. == Return Value reference offering modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | object whose bound `second` value is assigned from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#