Construct a pair from the specified rvalue other pair.
Declared in <bslstl_pair.h>
template<
class PARAM_1,
class PARAM_2>
pair(
pair<PARAM_1, PARAM_2>&& other,
BloombergLP::bslma::Allocator* basicAllocator);
| Name | Description |
|---|---|
| other | pair whose members are moved into this pair's members |
| basicAllocator | allocator used to supply memory |