![]() |
The type used to represent any JSON value.
Defined in header <boost/json/value.hpp>
class value
Name |
Description |
---|---|
Return a reference to the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a reference to the underlying |
|
Return a reference to the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Access an element, with bounds checking. |
|
Return a reference to an |
|
Return a reference to a |
|
Return a reference to a |
|
Return a reference to a |
|
Change the kind to null, discarding the previous contents. |
|
Return a reference to an |
|
Return a reference to a |
|
Return a reference to a |
|
Return a reference to the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a reference to the underlying |
|
Return a reference to the underlying |
|
Return a reference to the underlying
Return the underlying |
|
Return a pointer to the underlying |
|
Return a pointer to the underlying |
|
Return a pointer to the underlying |
|
Return a pointer to the underlying |
|
Return a pointer to the underlying |
|
Return a pointer to the underlying |
|
Return a pointer to the underlying |
|
Returns true if this is an |
|
Returns true if this is a |
|
Returns true if this is a |
|
Returns true if this is a |
|
Returns true if this is a null. |
|
Returns true if this is a number. |
|
Returns true if this is an |
|
Returns true if this is not an array or object. |
|
Returns true if this is a |
|
Returns true if this is an array or object. |
|
Returns true if this is a |
|
Returns the kind of this JSON value. |
|
Move assignment. Copy assignment operator. Assign an object or array. Assignment. |
|
Return the storage associated with the value. |
|
Swap the contents. |
|
Default constructor. Constructor. Pilfer constructor. Copy constructor. Move constructor.
Construct an
Construct an
Construct a
Construct a
Construct a
Construct a Construct a bool. Construct a null. Construct an object or array. |
|
Destructor. |
Distinct instances may be accessed concurrently. Non-const member functions of a shared instance may not be called concurrently with any other member functions of that instance.
Convenience header <boost/json.hpp>