libstdc++
std::future< _Res & > Class Template Reference
Inheritance diagram for std::future< _Res & >:

List of all members.

Public Member Functions

Static Public Member Functions

Protected Types

Protected Member Functions

Friends


Detailed Description

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

Partial specialization for future<R&>

Definition at line 633 of file future.


Constructor & Destructor Documentation

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

Move constructor.

Definition at line 651 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 545 of file future.

References std::rethrow_exception().

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

Retrieving the value.

Definition at line 665 of file future.


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