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

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

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

List of all members.

Public Member Functions

Protected Types

Protected Member Functions

Friends


Detailed Description

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

Partial specialization for unique_future<R&>.

Definition at line 429 of file future.


Constructor & Destructor Documentation

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

Move constructor.

Definition at line 441 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 373 of file future.

References std::rethrow_exception().

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

Retrieving the value.

Definition at line 449 of file future.


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

Generated on 11 Jan 2010 for libstdc++ by  doxygen 1.6.1