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.
Supplies symbolic names for all of the errors that are reported by the future_error class.
enum class future_errc {
broken_promise,
future_already_retrieved,
promise_already_satisfied,
no_state
};
Requirements
Header: future
Namespace: std::future_errc