[#bsl-Pair_Second-05b-2constructor-093] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05b.adoc[Pair_Second<TYPE&&>]::Pair_Second :relfileprefix: ../../ :mrdocs: Bind `value` into `second`; the allocator argument 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] idiom); ---- == Description Bind the specified 'value' into the 'second' reference‐member. The specified 'basicAllocator' is not used. == Parameters [cols="1,4"] |=== | Name| Description | *value* | entity to bind into the `second` reference‐member | *basicAllocator* | allocator argument, which is not used | *idiom* | tag selecting the no‐allocator construction idiom |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#