|
template<typename _Fn , typename... _Args> |
future< typename result_of
< _Fn(_Args...)>::type > | std::async (launch __policy, _Fn &&__fn, _Args &&...__args) |
|
template<typename _Fn , typename... _Args> |
__async_sfinae_helper
< typename decay< _Fn >::type,
_Fn, _Args...>::type | std::async (_Fn &&__fn, _Args &&...__args) |
|
const error_category & | std::future_category () noexcept |
|
error_code | std::make_error_code (future_errc __errc) noexcept |
|
error_condition | std::make_error_condition (future_errc __errc) noexcept |
|
constexpr launch | std::operator& (launch __x, launch __y) |
|
launch & | std::operator&= (launch &__x, launch __y) |
|
constexpr launch | std::operator^ (launch __x, launch __y) |
|
launch & | std::operator^= (launch &__x, launch __y) |
|
constexpr launch | std::operator| (launch __x, launch __y) |
|
launch & | std::operator|= (launch &__x, launch __y) |
|
constexpr launch | std::operator~ (launch __x) |
|
Classes for futures support.
Error code for futures.
Definition at line 61 of file future.
Status code for futures.
Definition at line 160 of file future.
Launch code for futures.
Definition at line 123 of file future.
const error_category& std::future_category |
( |
| ) |
|
|
noexcept |
error_code std::make_error_code |
( |
future_errc |
__errc | ) |
|
|
inlinenoexcept |
error_condition std::make_error_condition |
( |
future_errc |
__errc | ) |
|
|
inlinenoexcept |