![]() |
Home | Libraries | People | FAQ | More |
A constant used to select a value
constructor overload.
Defined in header <boost/json/kind.hpp>
constexpr
array_kind_t
array_kind;
The library provides this constant to allow efficient construction of a
value
containing an empty array
.
storage_ptr sp; value jv( array_kind, sp ); // sp is an optional parameter
Convenience header <boost/json.hpp>