[#bsl-Pair_Second-05b-2constructor-093] = 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. The specified 'basicAllocator' is not used. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PARAM> constexpr Pair_Second( PARAM&& value, xref:BloombergLP/bslma/Allocator.adoc[BloombergLP::bslma::Allocator]* basicAllocator, xref:bsl/Pair_BslmaIdiomNone.adoc[Pair_BslmaIdiomNone]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#