Query: std::_function_base
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
std::_Function_base(3) Library Functions Manual std::_Function_base(3)NAMEstd::_Function_base -SYNOPSISInherited by std::function< _Res(_ArgTypes...)> [private]. Public Types typedef bool(* _Manager_type )(_Any_data &, const _Any_data &, _Manager_operation) Public Member Functions bool _M_empty () const Public Attributes _Any_data _M_functor _Manager_type _M_manager Static Public Attributes static const std::size_t _M_max_align static const std::size_t _M_max_size Detailed Description Base class of all polymorphic function object wrappers. Definition at line 1869 of file functional. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::_Function_base(3)