Create a pair from the specified a and b lvalue references.
Declared in <bslstl_pair.h>
pair(
bsl::add_lvalue_reference<T1 const>::type a,
bsl::add_lvalue_reference<T2 const>::type b,
BloombergLP::bslma::Allocator* basicAllocator);
| Name | Description |
|---|---|
| a | value copied into the first member |
| b | value copied into the second member |
| basicAllocator | allocator used to supply memory |