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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Specialization that indicates that future_errc is suitable for storing an error_code.
template <>
struct is_error_code_enum<Future_errc> : public true_type;
Header: <future>
Namespace: std