[#bsl-pair-0b-2constructor-03] = xref:bsl.adoc[bsl]::xref:bsl/pair-0b.adoc[pair]::pair :relfileprefix: ../../ :mrdocs: Same as the constructor taking `pair<PARAM_1, PARAM_2>&&`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class PARAM_1, class PARAM_2, class = void> requires bsl::is_convertible<PARAM_1, T1>::value && bsl::is_convertible<PARAM_2, T2>::value constexpr pair(std::pair<PARAM_1, PARAM_2>&& other); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#