...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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 |