bsl::Pair_Second::Pair_Second

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>

template<class PARAM>
Pair_Second(
    PARAM&& value,
    BloombergLP::bslma::Allocator* basicAllocator,
    Pair_BslmaIdiomAtEnd);