![]() |
Home | Libraries | People | FAQ | More |
Copy constructor.
key_value_pair(
key_value_pair
const& other);
This constructs a key/value pair with a copy of another key/value pair,
using the same memory resource as other
.
Strong guarantee. Calls to memory_resource::allocate
may throw.
Name |
Description |
---|---|
|
The key/value pair to copy. |