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.
Prev Up HomeNext

is_error_type_enum<E, Enum>

A customisable integral constant type true for E types constructible from Enum types which are to receive error throwing no-value policies

Overridable: By template specialisation into the trait namespace.

Default: False. Specialisations exist for:

Namespace: BOOST_OUTCOME_V2_NAMESPACE::trait

Header: <boost/outcome/trait.hpp>

Last revised: December 13, 2018 at 17:36:11 UTC


Prev Up HomeNext