.TH "std::__future_base" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__future_base \- Base class and enclosing scope\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::__basic_future< _Res & >\fP, \fBstd::__basic_future< void >\fP, and \fBstd::__basic_future< _Res >\fP\&. .SS "Classes" .in +1c .ti -1c .RI "struct \fB_Result\fP" .br .RI "A result object that has storage for an object of type _Res\&. " .ti -1c .RI "struct \fB_Result< _Res & >\fP" .br .RI "Partial specialization for reference types\&. " .ti -1c .RI "struct \fB_Result< void >\fP" .br .RI "Explicit specialization for void\&. " .ti -1c .RI "struct \fB_Result_alloc\fP" .br .RI "A result object that uses an allocator\&. " .ti -1c .RI "struct \fB_Result_base\fP" .br .RI "Base class for results\&. " .in -1c .SS "Public Types" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_Res\fP > \fBusing\fP \fB_Ptr\fP = \fBunique_ptr\fP< \fB_Res\fP, _Result_base::_Deleter >" .br .RI "A unique_ptr for result objects\&. " .ti -1c .RI "\fBusing\fP \fB_State_base\fP = _State_baseV2" .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_Res\fP , \fBtypename\fP \fB_Allocator\fP > \fBstatic\fP \fB_Ptr\fP< \fB_Result_alloc\fP< \fB_Res\fP, \fB_Allocator\fP > > \fB_S_allocate_result\fP (\fBconst\fP \fB_Allocator\fP &__a)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Res\fP , \fBtypename\fP _Tp > \fBstatic\fP \fB_Ptr\fP< \fB_Result\fP< \fB_Res\fP > > \fB_S_allocate_result\fP (\fBconst\fP \fBstd::allocator\fP< _Tp > &__a)" .br .ti -1c .RI "template<\fBtypename\fP \fB_Res_ptr\fP , \fBtypename\fP _BoundFn > \fBstatic\fP _Task_setter< \fB_Res_ptr\fP, _BoundFn > \fB_S_task_setter\fP (\fB_Res_ptr\fP &\fB__ptr\fP, _BoundFn &__call)" .br .in -1c .SH "Detailed Description" .PP Base class and enclosing scope\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP \fB_Res\fP > \fBusing\fP \fBstd::__future_base::_Ptr\fP = \fBunique_ptr\fP<\fB_Res\fP, _Result_base::_Deleter>" .PP A unique_ptr for result objects\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.