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