Construct a default pair, using the specified basicAllocator to supply memory for each member when its type uses bslma‐style allocators.
Synopsis
Declared in <bslstl_pair.h>
explicit
pair(BloombergLP::bslma::Allocator* basicAllocator);
Parameters
Name |
Description |
basicAllocator |
allocator used to supply memory |
Created with MrDocs