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

Public Member Functions

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

Friends

class _State::_Setter

Detailed Description

template<>
class std::promise< void >

Explicit specialization for promise<void>

Definition at line 1025 of file future.


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