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

PrevUpHomeNext

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

string_kind

Convenience header <boost/json.hpp>


PrevUpHomeNext