<future>

std::is_error_code_enum (future_errc)

template <>struct is_error_code_enum<future_errc> : public true_type {};
error_code enum flag for future_errc

This traits specializations identifies future_errc as an error code enum type. Enabling it to be used to construct or assign values of this type to objects of type error_code.

For future_errc it inherits from true_type.

成员类型

Inherited from integral_constant (is_true is a typedef of an instantiation of integral_constant)
成员类型定义
value_typebool
类型true_type

成员常量

Inherited from integral_constant (is_true is a typedef of an instantiation of integral_constant)
成员常量定义
true

成员函数

Inherited from integral_constant (is_true is a typedef of an instantiation of integral_constant)