[#bsl-Pair_Second-05b-2constructor-097] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05b.adoc[Pair_Second<TYPE&&>]::Pair_Second :relfileprefix: ../../ :mrdocs: Bind `second` to the entity bound to `other.second`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Pair_Second(xref:bsl/Pair_Second-05b.adoc[Pair_Second]&& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | object whose `second` reference is copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#