libstdc++: std::__basic_future< _Res > Class Template Reference (original) (raw)
#include <[future](a00101%5Fsource.html)>
Public Member Functions | |
---|---|
__basic_future (const __basic_future &)=delete | |
__basic_future & | operator= (const __basic_future &)=delete |
bool | valid () const noexcept |
void | wait () const |
template<typename _Rep , typename _Period > | |
future_status | wait_for (const chrono::duration< _Rep, _Period > &__rel) const |
template<typename _Clock , typename _Duration > | |
future_status | wait_until (const chrono::time_point< _Clock, _Duration > &__abs) const |
Protected Member Functions | |
---|---|
__basic_future (const __state_type &__state) | |
__basic_future (const shared_future< _Res > &) noexcept | |
__basic_future (future< _Res > &&) noexcept | |
__basic_future (shared_future< _Res > &&) noexcept | |
__result_type | _M_get_result () const |
void | _M_swap (__basic_future &__that) noexcept |
template<typename _Res>
class std::__basic_future< _Res >
Common implementation for future and shared_future.
Definition at line 702 of file future.
◆ __result_type
◆ __state_type
◆ __basic_future() [2/2]
◆ _M_get_result()
◆ _M_swap()
◆ valid()
◆ wait()
◆ wait_for()
template<typename _Res >
template<typename _Rep , typename _Period >
Definition at line 728 of file future.
◆ wait_until()
template<typename _Res >
template<typename _Clock , typename _Duration >
Definition at line 736 of file future.
The documentation for this class was generated from the following file: