![]() |
Home | Libraries | People | FAQ | More |
Constructor.
template<
class... Args>
explicit
key_value_pair(
string_view
key,
Args&&... args);
This constructs a key/value pair.
Strong guarantee. Calls to memory_resource::allocate
may throw.
Name |
Description |
---|---|
|
The key string to use. |
|
Optional arguments forwarded to the |