[#bsl-Pair_Second-05e-2constructor-06b] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05e.adoc[Pair_Second]::Pair_Second :relfileprefix: ../../ :mrdocs: Construct the `second` member using the specified `basicAllocator`. == Synopsis Declared in `<bslstl_pair.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class PARAM> Pair_Second( PARAM&& value, xref:BloombergLP/bslma/Allocator.adoc[BloombergLP::bslma::Allocator]* basicAllocator, xref:bsl/Pair_BslmaIdiomAllocatorArgT.adoc[Pair_BslmaIdiomAllocatorArgT] idiom); ---- == Parameters [cols="1,4"] |=== | Name| Description | *value* | value forwarded to the constructor of `TYPE` | *basicAllocator* | allocator used to supply memory | *idiom* | tag selecting the `allocator_arg` construction idiom |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#