std::_Function_base(3cxx) | std::_Function_base(3cxx) |
std::_Function_base - Base class of all polymorphic function object wrappers.
Inherited by std::function< _Res(_ArgTypes...)> [private].
typedef bool(* _Manager_type) (_Any_data &, const
_Any_data &, _Manager_operation)
bool _M_empty () const
_Any_data _M_functor
_Manager_type _M_manager
static const std::size_t _M_max_align
static const std::size_t _M_max_size
Base class of all polymorphic function object wrappers.
Definition at line 150 of file std_function.h.
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Feb 25 2019 | libstdc++ |