logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::_Function_base - Base class of all polymorphic function object wrappers.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++                          std::_Function_base(3cxx)

Detailed Description

       Base class of all polymorphic function object wrappers.

Name

       std::_Function_base - Base class of all polymorphic function object wrappers.

Synopsis

       #include <functional>

       Inherited by std::function<_Res(_ArgTypes...)> [private].

   PublicTypesusing_Manager_type = bool(*)(_Any_data &, const _Any_data &, _Manager_operation)

   PublicMemberFunctions
       bool _M_empty () const

   PublicAttributes
       _Any_data _M_functor_Manager_type_M_managerStaticPublicAttributesstatic const size_t _M_max_alignstatic const size_t _M_max_size

See Also