libstdc++
std::promise< void > Class Template Reference

Public Member Functions

 promise (promise &&__rhs) noexcept
 
template<typename _Allocator >
 promise (allocator_arg_t, const _Allocator &__a)
 
template<typename _Allocator >
 promise (allocator_arg_t, const _Allocator &, promise &&__rhs)
 
 promise (const promise &)=delete
 
future< void > get_future ()
 
promiseoperator= (promise &&__rhs) noexcept
 
promiseoperator= (const promise &)=delete
 
void set_exception (exception_ptr __p)
 
void set_exception_at_thread_exit (exception_ptr __p)
 
void set_value ()
 
void set_value_at_thread_exit ()
 
void swap (promise &__rhs) noexcept
 

Friends

template<typename , typename >
class _State::_Setter
 

Detailed Description

template<>
class std::promise< void >

Explicit specialization for promise<void>

Definition at line 1244 of file future.


The documentation for this class was generated from the following file: