[#bsl-Pair_Second-01-2constructor-0e] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-01.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); ---- == Parameters [cols="1,4"] |=== | Name| Description | *value* | entity to bind into the `second` reference‐member |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#