A result object that uses an allocator.
More...
List of all members.
Public Types |
|
typedef _Res | result_type |
Public Member Functions |
|
void | _M_set (const _Res &__res) |
|
void | _M_set (_Res &&__res) |
|
_Res & | _M_value () noexcept |
|
| _Result_alloc (const _Alloc &__a) |
Public Attributes |
|
exception_ptr | _M_error |
Detailed Description
template<typename _Res, typename _Alloc>
struct std::__future_base::final< _Res, _Alloc >
A result object that uses an allocator.
Definition at line 257 of file future.
The documentation for this struct was generated from the following file: