Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

object_kind_t

A tag type used to select a value constructor overload.

Synopsis

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

struct object_kind_t
Description

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

See Also

object_kind

Convenience header <boost/json.hpp>


PrevUpHomeNext