Go to the source code of this file.
Classes
Namespaces
Enumerations
Functions
- 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> enable_if<!is_same< typename
decay< _Fn >::type, launch >
::value, future< decltype(std::declval
< _Fn >)(std::declval< _Args >
)...))> >::type std::async (_Fn &&__fn, _Args &&...__args)
- const error_category & std::future_category ()
- error_code std::make_error_code (future_errc __errc)
- error_condition std::make_error_condition (future_errc __errc)
-
template<typename _Res > void std::swap (promise< _Res > &__x, promise< _Res > &__y)
- template<typename _Res , typename... _ArgTypes> void std::swap (packaged_task< _Res(_ArgTypes...)> &__x, packaged_task< _Res(_ArgTypes...)> &__y)
Detailed Description
This is a Standard C++ Library header.
Definition in file future.