std::__basic_future< _Res > Class Template Reference
[Futures]

Common implementation for unique_future and shared_future. More...

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

List of all members.

Public Member Functions

Protected Types

Protected Member Functions


Detailed Description

template<typename _Res>
class std::__basic_future< _Res >

Common implementation for unique_future and shared_future.

Definition at line 333 of file future.


Member Function Documentation

template<typename _Res>
__result_type std::__basic_future< _Res >::_M_get_result (  )  [inline, protected]

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

Definition at line 373 of file future.

Referenced by std::shared_future< _Res >::get(), std::unique_future< void >::get(), and std::unique_future< _Res >::get().


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

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