bsl::Pair_First<TYPE&&>::Pair_First

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

Synopsis

Declared in <bslstl_pair.h>

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

Description

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

Parameters

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