[#bsl-Pair_Second-05e-2constructor-0b] = xref:bsl.adoc[bsl]::xref:bsl/Pair_Second-05e.adoc[Pair_Second]::Pair_Second :relfileprefix: ../../ :mrdocs: Construct the `second` member of a `pair` from the specified `value`, using the specified `basicAllocator` to supply memory. This constructor is selected when (template parameter) `TYPE` takes a `bslma`‐style allocator as the last constructor argument. == 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_BslmaIdiomAtEnd.adoc[Pair_BslmaIdiomAtEnd]); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#