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
Name |
Description |
value |
entity to bind into the |
basicAllocator |
allocator argument, which is not used |
idiom |
tag selecting the no‐allocator construction idiom |
Created with MrDocs