...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
A key/value pair.
Defined in header <boost/json/value.hpp>
class key_value_pair;
Name |
Description |
---|---|
Return the key of this element. |
|
Return the key of this element as a null-terminated string. |
|
key_value_pair [constructor] |
Copy constructor. |
Copy assignment (deleted). |
|
Return the associated memory resource. |
|
Return the value of this element. |
|
~key_value_pair [destructor] |
Destructor. |
This is the type of element used by the object
container.
Convenience header <boost/json.hpp>