libstdc++
|
. More...
Classes for futures support.
enum std::future_errc |
enum std::future_status |
enum std::launch |
const error_category& std::future_category | ( | ) |
Points to a statically-allocated object derived from error_category.
Referenced by std::make_error_code(), and std::make_error_condition().
error_code std::make_error_code | ( | future_errc | __errc | ) | [inline] |
Overload for make_error_code.
Definition at line 79 of file future.
References std::future_category().
error_condition std::make_error_condition | ( | future_errc | __errc | ) | [inline] |
Overload for make_error_condition.
Definition at line 84 of file future.
References std::future_category().