.TH "std::__future_base::_Result< _Res >" 3cxx "Fri May 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__future_base::_Result< _Res > \- A result object that has storage for an object of type _Res\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::__future_base::_Result_base\fP\&. .PP Inherited by \fBstd::__future_base::_Result_alloc< _Res, _Alloc >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Res \fBresult_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "void \fB_M_set\fP (_Res &&__res)" .br .ti -1c .RI "void \fB_M_set\fP (const _Res &__res)" .br .ti -1c .RI "_Res & \fB_M_value\fP () noexcept" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "\fBexception_ptr\fP \fB_M_error\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template .br struct std::__future_base::_Result< _Res >" A result object that has storage for an object of type _Res\&. .PP Definition at line 227 of file future\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.