[#bsl-Pair_Second-05b-2constructor-03] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05b.adoc[Pair_Second<TYPE&&>]::Pair_Second :relfileprefix: ../../ :mrdocs: Bind the specified 'value' into the 'second' reference‐member. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class PARAM, class = void> requires std::is_constructible<TYPE, PARAM>::value constexpr explicit Pair_Second(PARAM&& value); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#