List of all members.
Public Member Functions
Protected Types
Protected Member Functions
Friends
-
template<typename _Fn , typename... _Args> future< typename result_of
< _Fn(_Args...)>::type > async (launch, _Fn &&, _Args &&...)
-
class packaged_task
-
class promise< void >
Detailed Description
Explicit specialization for future<void>
Constructor & Destructor Documentation
Move constructor.
Definition at line 692 of file future.
Member Function Documentation
__result_type std::__basic_future::_M_get_result |
( |
| ) |
[inline, protected, inherited] |
Wait for the state to be ready and rethrow any stored exception.
Definition at line 545 of file future.
Retrieving the value.
Definition at line 706 of file future.
The documentation for this class was generated from the following file: