| 
    STLdoc
    
   STLdocumentation 
   | 
 
This is the complete list of members for promise< _Ty >, including all inherited members.
| _MyPromise | promise< _Ty > | private | 
| get_future() | promise< _Ty > | inline | 
| operator=(promise &&_Other) _NOEXCEPT | promise< _Ty > | inline | 
| operator=(const promise &)=delete | promise< _Ty > | |
| promise() | promise< _Ty > | inline | 
| promise(allocator_arg_t, const _Alloc &_Al) | promise< _Ty > | inline | 
| promise(promise &&_Other) _NOEXCEPT | promise< _Ty > | inline | 
| promise(const promise &)=delete | promise< _Ty > | |
| set_exception(_XSTD exception_ptr _Exc) | promise< _Ty > | inline | 
| set_exception_at_thread_exit(_XSTD exception_ptr _Exc) | promise< _Ty > | inline | 
| set_value(const _Ty &_Val) | promise< _Ty > | inline | 
| set_value(_Ty &&_Val) | promise< _Ty > | inline | 
| set_value_at_thread_exit(const _Ty &_Val) | promise< _Ty > | inline | 
| set_value_at_thread_exit(_Ty &&_Val) | promise< _Ty > | inline | 
| swap(promise &_Other) _NOEXCEPT | promise< _Ty > | inline | 
| ~promise() _NOEXCEPT | promise< _Ty > | inline | 
 1.8.8