bsl::Pair_Second<TYPE&>::Pair_Second

Bind value into second; the allocator argument is not used.

Synopsis

Declared in <bslstl_pair.h>

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

Description

Bind the specified 'value' into the 'second' reference-member. The specified 'basicAllocator' is not used.

Parameters

NameDescription
valueentity to bind into the second reference-member
basicAllocatorallocator argument, which is not used
idiomtag selecting the no-allocator construction idiom