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

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

Created with MrDocs