array_kind_t

A tag type used to select a value constructor overload.

Synopsis

Defined in header <boost/json/kind.hpp>.

struct array_kind_t;

Description

The library provides the constant array_kind which may be used to select the value constructor that creates an empty array.

See Also

Convenience header <boost/json.hpp>.