Assign through the second reference from rhs.second.
Declared in <bslstl_pair.h>
Pair_Second<TYPE&&>&
operator=(Pair_Second const& rhs) noexcept;
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.
reference offering modifiable access to this object
| Name | Description |
|---|---|
| rhs | object whose bound second value is assigned from |