.TH "std::__future_base::_Result_alloc< _Res, _Alloc >" 3cxx "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 \fC#include \fP .PP Inherits \fBstd::__future_base::_Result< _Res >\fP, and _Alloc\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBusing\fP \fB__allocator_type\fP = __alloc_rebind< _Alloc, \fB_Result_alloc\fP >" .br .ti -1c .RI "\fBtypedef\fP _Res \fBresult_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Result_alloc\fP (\fBconst\fP _Alloc &__a)" .br .ti -1c .RI "\fBvoid\fP \fB_M_set\fP (_Res &&\fB__res\fP)" .br .ti -1c .RI "\fBvoid\fP \fB_M_set\fP (\fBconst\fP _Res &\fB__res\fP)" .br .ti -1c .RI "_Res & \fB_M_value\fP () \fBnoexcept\fP" .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<\fBtypename\fP _Res, \fBtypename\fP _Alloc> .br struct std::__future_base::_Result_alloc< _Res, _Alloc >"A result object that uses an allocator\&. .PP Definition at line \fB268\fP of file \fBfuture\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Res , \fBtypename\fP _Alloc > \fBusing\fP \fBstd::__future_base::_Result_alloc\fP< _Res, _Alloc >::__allocator_type = __alloc_rebind<_Alloc, \fB_Result_alloc\fP>" .PP Definition at line \fB270\fP of file \fBfuture\fP\&. .SS "template<\fBtypename\fP _Res > \fBtypedef\fP _Res \fBstd::__future_base::_Result\fP< _Res >::result_type\fC [inherited]\fP" .PP Definition at line \fB234\fP of file \fBfuture\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Res , \fBtypename\fP _Alloc > \fBstd::__future_base::_Result_alloc\fP< _Res, _Alloc >::_Result_alloc (\fBconst\fP _Alloc & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB273\fP of file \fBfuture\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Res > \fBvoid\fP \fBstd::__future_base::_Result\fP< _Res >::_M_set (_Res && __res)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB256\fP of file \fBfuture\fP\&. .SS "template<\fBtypename\fP _Res > \fBvoid\fP \fBstd::__future_base::_Result\fP< _Res >::_M_set (\fBconst\fP _Res & __res)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB249\fP of file \fBfuture\fP\&. .SS "template<\fBtypename\fP _Res > _Res & \fBstd::__future_base::_Result\fP< _Res >::_M_value ()\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB246\fP of file \fBfuture\fP\&. .SH "Member Data Documentation" .PP .SS "\fBexception_ptr\fP std::__future_base::_Result_base::_M_error\fC [inherited]\fP" .PP Definition at line \fB203\fP of file \fBfuture\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.