Construct the second member with the allocator as the last argument.
Declared in <bslstl_pair.h>
Pair_Second(
BloombergLP::bslma::Allocator* basicAllocator,
Pair_BslmaIdiomAtEnd idiom);
Construct the second 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 last constructor argument.
| Name | Description |
|---|---|
| basicAllocator | allocator used to supply memory |
| idiom | tag selecting the trailing-allocator construction idiom |