std::promise< _Res >(3cxx) | std::promise< _Res >(3cxx) |
std::promise< _Res > - Primary template for promise.
template<typename _Allocator > promise
(allocator_arg_t, const _Allocator &, promise &&__rhs)
template<typename _Allocator > promise (allocator_arg_t, const
_Allocator &__a)
promise (const promise &)=delete
promise (promise &&__rhs) noexcept
future< _Res > get_future ()
promise & operator= (const promise &)=delete
promise & operator= (promise &&__rhs)
noexcept
void set_exception (exception_ptr __p)
void set_exception_at_thread_exit (exception_ptr __p)
void set_value (_Res &&__r)
void set_value (const _Res &__r)
void set_value_at_thread_exit (_Res &&__r)
void set_value_at_thread_exit (const _Res &__r)
void swap (promise &__rhs) noexcept
template<typename , typename > struct _State::_Setter
class std::promise< _Res >"Primary template for promise.
Definition at line 1059 of file future.
Definition at line 1078 of file future.
Definition at line 1083 of file future.
Definition at line 1089 of file future.
Definition at line 1095 of file future.
Definition at line 1102 of file future.
Definition at line 1127 of file future.
Definition at line 1110 of file future.
Definition at line 1140 of file future.
Definition at line 1158 of file future.
Definition at line 1136 of file future.
Definition at line 1132 of file future.
Definition at line 1151 of file future.
Definition at line 1144 of file future.
Definition at line 1119 of file future.
Definition at line 1071 of file future.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |