std::_Function_base(3) Library Functions Manual std::_Function_base(3)

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

#include <std_function.h>

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


using _Manager_type


bool _M_empty () const


_Any_data _M_functor
_Manager_type _M_manager


static const size_t _M_max_align
static const size_t _M_max_size

Base class of all polymorphic function object wrappers.

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

libstdc++