.TH "std::__future_base::_Result_alloc< _Res, _Alloc >" 3cxx "Sun Jan 10 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__future_base::_Result_alloc< _Res, _Alloc > \- A result object that uses an allocator\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::__future_base::_Result< _Res >\fP, and _Alloc\&. .SS "Public Types" .in +1c .ti -1c .RI "using \fB__allocator_type\fP = __alloc_rebind< _Alloc, \fB_Result_alloc\fP >" .br .ti -1c .RI "typedef _Res \fBresult_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Result_alloc\fP (const _Alloc &__a)" .br .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_alloc< _Res, _Alloc >" A result object that uses an allocator\&. .PP Definition at line 268 of file future\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.