std::__future_base::_Result< _Res > - A result object that has storage for an object of type _Res.
Contents
Detailed Description
template<typename_Res>
struct std::__future_base::_Result< _Res >"A result object that has storage for an object of type _Res.
Name
std::__future_base::_Result< _Res > - A result object that has storage for an object of type _Res.
Synopsis
#include <future>
Inherits std::__future_base::_Result_base.
Inherited by std::__future_base::_Result_alloc<_Res,_Alloc>.
PublicTypestypedef_Resresult_typePublicMemberFunctionsvoid_M_set (_Res &&__res)
void_M_set (const_Res &__res)
_Res & _M_value () noexceptPublicAttributesexception_ptr_M_error