List of all members.
Public Member Functions
Protected Types
Protected Member Functions
Detailed Description
Primary template for shared_future.
Constructor & Destructor Documentation
std::shared_future::shared_future |
( |
const shared_future & |
__sf | ) |
[inline] |
Copy constructor.
Definition at line 724 of file future.
std::shared_future::shared_future |
( |
future< _Res > && |
__uf | ) |
[inline] |
Construct from a future rvalue.
Definition at line 727 of file future.
std::shared_future::shared_future |
( |
shared_future && |
__sf | ) |
[inline] |
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.
const _Res& std::shared_future::get |
( |
| ) |
[inline] |
Retrieving the value.
Definition at line 750 of file future.
The documentation for this class was generated from the following file: