table of contents
other versions
- wheezy 4.6.3-14
std::__future_base::_State_base(3cxx) | std::__future_base::_State_base(3cxx) |
NAME¶
std::__future_base::_State_base -SYNOPSIS¶
Inherited by std::__future_base::_Async_state< _Res >, std::__future_base::_Deferred_state< _Res >, and std::__future_base::_Task_state< _Res(_Args...)>.Public Member Functions¶
_State_base (const _State_base &)
Static Public Member Functions¶
template<typename _Res , typename _Arg > static _Setter< _Res, _Arg && > __setter (promise< _Res > *__prom, _Arg &&__arg)
Detailed Description¶
Base class for state between a promise and one or more associated futures. Definition at line 286 of file future.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Tue Nov 27 2012 | libstdc++ |