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