Construct the first member using the specified value and basicAllocator, with Pair_BslmaIdiomAtEnd placement.
Synopsis
Declared in <bslstl_pair.h>
template<class PARAM>
Pair_First(
PARAM&& value,
BloombergLP::bslma::Allocator* basicAllocator,
Pair_BslmaIdiomAtEnd idiom);
Parameters
Name |
Description |
value |
value forwarded to the constructor of |
basicAllocator |
allocator used to supply memory |
idiom |
tag selecting the trailing‐allocator construction idiom |
Created with MrDocs