Share via


is_error_code_enum Structure

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

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

Requirements

Header: future

Namespace: std

See Also

Reference

<future>

Other Resources

Header Files