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