Construct the second member using the specified basicAllocator.
Declared in <bslstl_pair.h>
template<class PARAM>
Pair_Second(
PARAM&& value,
BloombergLP::bslma::Allocator* basicAllocator,
Pair_BslmaIdiomAllocatorArgT idiom);
| Name | Description |
|---|---|
| value | value forwarded to the constructor of TYPE |
| basicAllocator | allocator used to supply memory |
| idiom | tag selecting the allocator_arg construction idiom |