std::__future_base::_State Class Reference
Shared state between a promise and one or more associated futures.
More...
List of all members.
Public Member Functions
-
_State (const _State &)
-
void _M_break_promise (_Ptr_type __res)
-
void _M_set_result (_Ptr_type __res)
-
void _M_set_retrieved_flag ()
-
bool has_exception ()
-
bool has_value ()
-
bool is_ready ()
-
_State & operator= (const _State &)
-
_Result_base & wait ()
-
template<typename _Rep , typename _Period > bool wait_for (const chrono::duration< _Rep, _Period > &__rel)
-
template<typename _Clock , typename _Duration > bool wait_until (const chrono::time_point< _Clock, _Duration > &__abs)
Detailed Description
Shared state between a promise and one or more associated futures.
Definition at line 201 of file future.
The documentation for this class was generated from the following file: