kind
Constants for identifying the type of a value.
Synopsis
Defined in header <boost/json/kind.hpp>.
enum class kind
: unsigned char;
Values
Name | Description |
---|---|
|
The null value. |
|
A |
|
A |
|
A |
|
A |
|
A |
|
An |
|
An |
Description
These values are returned from value::kind
Convenience header <boost/json.hpp>.