key_value_pair
A key/value pair.
Synopsis
Defined in header <boost/json/value.hpp>.
class key_value_pair;
Member Functions
Name | Description |
---|---|
The pair’s key. |
|
The pair’s key as a null-terminated string. |
|
|
Constructors. |
Assignment. |
|
The associated memory resource. |
|
The pair’s value. |
|
|
Destructor. |
Description
This is the type of element used by the object
container.
Convenience header <boost/json.hpp>.