Construct the first member of a pair, using the specified basicAllocator to supply memory. This constructor is selected when (template parameter) TYPE takes a bslma‐style allocator as the second constructor argument preceded by bsl::allocator_arg.
Synopsis
Declared in <bslstl_pair.h>
Pair_First(
BloombergLP::bslma::Allocator* basicAllocator,
Pair_BslmaIdiomAllocatorArgT);
Created with MrDocs