.TH "std::_Function_base" 3cxx "Sun Jan 8 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Function_base \- Base class of all polymorphic function object wrappers\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBstd::function< _Res(_ArgTypes\&.\&.\&.)>\fP\fC [private]\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "using \fB_Manager_type\fP = bool(*)(_Any_data &, const _Any_data &, _Manager_operation)" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "bool \fB_M_empty\fP () const" .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "_Any_data \fB_M_functor\fP" .br .ti -1c .RI "_Manager_type \fB_M_manager\fP" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static const size_t \fB_M_max_align\fP" .br .ti -1c .RI "static const size_t \fB_M_max_size\fP" .br .in -1c .SH "Detailed Description" .PP Base class of all polymorphic function object wrappers\&. .PP Definition at line \fB114\fP of file \fBfunctional\fP\&. .SH "Member Typedef Documentation" .PP .SS "using std::_Function_base::_Manager_type = bool (*)(_Any_data&, const _Any_data&, _Manager_operation)" .PP Definition at line \fB249\fP of file \fBfunctional\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "std::_Function_base::~_Function_base ()\fC [inline]\fP" .PP Definition at line \fB241\fP of file \fBfunctional\fP\&. .SH "Member Function Documentation" .PP .SS "bool std::_Function_base::_M_empty () const\fC [inline]\fP" .PP Definition at line \fB247\fP of file \fBfunctional\fP\&. .SH "Member Data Documentation" .PP .SS "_Any_data std::_Function_base::_M_functor" .PP Definition at line \fB252\fP of file \fBfunctional\fP\&. .SS "_Manager_type std::_Function_base::_M_manager" .PP Definition at line \fB253\fP of file \fBfunctional\fP\&. .SS "const size_t std::_Function_base::_M_max_align\fC [static]\fP" .PP Definition at line \fB118\fP of file \fBfunctional\fP\&. .SS "const size_t std::_Function_base::_M_max_size\fC [static]\fP" .PP Definition at line \fB117\fP of file \fBfunctional\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.