Scroll to navigation

std::__future_base(3cxx) std::__future_base(3cxx)

NAME

std::__future_base -

SYNOPSIS

Inherited by std::__basic_future< _Res & >, std::__basic_future< void >, and std::__basic_future< _Res >.

Classes


struct _Ptr
 
A unique_ptr based on the instantiating type. struct _Result
 
Result. struct _Result< _Res & >
 
Partial specialization for reference types. struct _Result< void >
 
Explicit specialization for void. struct _Result_alloc
 
Result_alloc. struct _Result_base
 
Base class for results. class _State_base
 
Base class for state between a promise and one or more associated futures.

Static Public Member Functions


template<typename _Res , typename _Allocator > static _Ptr< _Result_alloc
 
< _Res, _Allocator > >::type _S_allocate_result (const _Allocator &__a)"
 

Detailed Description

Base class and enclosing scope.
Definition at line 164 of file future.
 

Author

Generated automatically by Doxygen for libstdc++ from the source code.
Tue Nov 27 2012 libstdc++