is_error_code_enum Structure
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
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.
template <> struct is_error_code_enum<Future_errc> : public true_type;
Header: future
Namespace: std
Show: