std::__future_base::_Result< _Res >(3cxx) | std::__future_base::_Result< _Res >(3cxx) |
std::__future_base::_Result< _Res > - A result object that has storage for an object of type _Res.
Inherits std::__future_base::_Result_base.
Inherited by std::__future_base::_Result_alloc< _Res, _Alloc >.
typedef _Res result_type
void _M_set (const _Res &__res)
void _M_set (_Res &&__res)
_Res & _M_value () noexcept
exception_ptr _M_error
struct std::__future_base::_Result< _Res >" A result object that has storage for an object of type _Res.
Definition at line 227 of file future.
Generated automatically by Doxygen for libstdc++ from the source code.
Sat Apr 6 2019 | libstdc++ |