Public Member Functions | Static Public Member Functions | Protected Types | Protected Member Functions

std::shared_future< _Res & > Class Template Reference
[Futures]

Partial specialization for shared_future<R&> More...

Inheritance diagram for std::shared_future< _Res & >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Static Public Member Functions

Protected Types

Protected Member Functions


Detailed Description

template<typename _Res>
class std::shared_future< _Res & >

Partial specialization for shared_future<R&>

Definition at line 753 of file future.


Constructor & Destructor Documentation

template<typename _Res >
std::shared_future< _Res & >::shared_future ( const shared_future< _Res & > &  __sf  )  [inline]

Copy constructor.

Definition at line 761 of file future.

template<typename _Res >
std::shared_future< _Res & >::shared_future ( future< _Res & > &&  __uf  )  [inline]

Construct from a future rvalue.

Definition at line 764 of file future.

template<typename _Res >
std::shared_future< _Res & >::shared_future ( shared_future< _Res & > &&  __sf  )  [inline]

Construct from a shared_future rvalue.

Definition at line 769 of file future.


Member Function Documentation

__result_type std::__basic_future< _Res & >::_M_get_result (  )  [inline, protected, inherited]

Wait for the state to be ready and rethrow any stored exception.

Definition at line 538 of file future.

References std::rethrow_exception().

template<typename _Res >
_Res& std::shared_future< _Res & >::get (  )  [inline]

Retrieving the value.

Definition at line 787 of file future.


The documentation for this class was generated from the following file: