unknown_category

Unknown conversion category.

Synopsis

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

using unknown_category = std::integral_constant< conversion_category, conversion_category::unknown >;

Description

This category is assigned by the library’s conversion category deduction mechanism when it fails.

Convenience header <boost/json.hpp>.