key_value_pair
A key/value pair.
Synopsis
Defined in header <boost/json/value.hpp>.
class key_value_pair;
Member Functions
Name | Description |
---|---|
Return the key of this element. |
|
Return the key of this element as a null-terminated string. |
|
|
Copy constructor. |
Copy assignment (deleted). |
|
Return the associated memory resource. |
|
Return the value of this element. |
|
|
Destructor. |
Description
This is the type of element used by the object
container.
Convenience header <boost/json.hpp>.