string_kind_t

A tag type used to select a value constructor overload.

Synopsis

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

struct string_kind_t;

Description

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

See Also

Convenience header <boost/json.hpp>.