is_error_code_enum Structure

 

The latest version of this topic can be found at is_error_code_enum Structure.

Specialization that indicates that future_errc is suitable for storing an error_code.

Syntax

template <>
struct is_error_code_enum<Future_errc> : public true_type;

Requirements

Header: future

Namespace: std

See Also

Header Files Reference
<future>