![]() |
Home | Libraries | People | FAQ | More |
Constructor.
explicit key_value_pair(std::pair
<string_view
,value
>&& p,storage_ptr
sp = {});
This constructs a key/value pair. Ownership of the specified value is transferred by move construction.
Strong guarantee. Calls to memory_resource::allocate
may throw.
Name |
Description |
---|---|
|
A |
|
A pointer to the |