Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an error_condition together with the error_category object that characterizes future errors.
inline error_condition make_error_condition(
future_errc Errno
) _NOEXCEPT;
Parameters
- Errno
A future_errc value that identifies the reported error.
Return Value
error_condition(static_cast<int>(Errno), future_category());
Requirements
Header: future
Namespace: std