|
launch | operator& (launch _Left, launch _Right) |
|
launch | operator| (launch _Left, launch _Right) |
|
launch | operator^ (launch _Left, launch _Right) |
|
launch | operator~ (launch _Left) |
|
launch & | operator&= (launch &_Left, launch _Right) |
|
launch & | operator|= (launch &_Left, launch _Right) |
|
launch & | operator^= (launch &_Left, launch _Right) |
|
_CRTIMP2_PURE | _NO_RETURN (__CLRCALL_PURE_OR_CDECL _Throw_future_error(const error_code &_Code)) |
|
_CRTIMP2_PURE | _NO_RETURN (__CLRCALL_PURE_OR_CDECL _Rethrow_future_exception(_XSTD exception_ptr _Ptr)) |
|
const error_category & | future_category () _NOEXCEPT |
|
error_code | make_error_code (_Future_errc _Errno) _NOEXCEPT |
|
error_condition | make_error_condition (_Future_errc _Errno) _NOEXCEPT |
|
_CRTIMP2_PURE const char *__CLRCALL_PURE_OR_CDECL | _Future_error_map (int) _NOEXCEPT |
|
template<class _Alloc , class _Ty > |
void | _Delete_state (_Alloc _Al, _Associated_state< _Ty > *_State, _State_deleter< _Ty, _Alloc > *) |
|
template<class _Ty , class _Allocx > |
_Associated_state< _Ty > * | _Make_associated_state (_Allocx _Al) |
|
template<class _Fty , class _Allocx , class _Ty > |
_Associated_state< _Ty > * | _Make_packaged_state (const _Fty &_Fn, const _Allocx &_Al) |
|
template<class _Fty , class _Alloc , class _Ty > |
_Associated_state< _Ty > * | _Make_packaged_state (_Fty &&_Fn, const _Alloc &_Al) |
|
template<class _Ty > |
void | swap (promise< _Ty > &_Left, promise< _Ty > &_Right) _NOEXCEPT |
|
template<class _Ty > |
void | swap (packaged_task< _Ty > &_Left, packaged_task< _Ty > &_Right) _NOEXCEPT |
|
template<class _Ret , class _Fty > |
_Associated_state< typename _P_arg_type< _Ret >::type > * | _Get_associated_state (_Launch_type _Psync, _Fty &&_Fnarg) |
|
template<class _Fty , class... _ArgTypes> |
future< typename result_of< _Fty(_ArgTypes...)>::type > | _Async (_Launch_type _Policy, _Fty &&_Fnarg, _ArgTypes &&..._Args) |
|
template<class _Fty , class... _ArgTypes> |
future< typename result_of< typename enable_if<!_Is_launch_type< typename decay< _Fty >::type >::value, _Fty >::type(_ArgTypes...)>::type > | async (_Fty &&_Fnarg, _ArgTypes &&..._Args) |
|
template<class _Policy_type , class _Fty , class... _ArgTypes> |
future< typename result_of< typename enable_if< _Is_launch_type< _Policy_type >::value, _Fty >::type(_ArgTypes...)>::type > | async (_Policy_type _Policy, _Fty &&_Fnarg, _ArgTypes &&..._Args) |
|