libstdc++: std::_Function_base Class Reference (original) (raw)
#include <[std_function.h](a00710%5Fsource.html)>
Public Types | |
---|---|
using | _Manager_type = bool(*)(_Any_data &, const _Any_data &, _Manager_operation) |
Public Member Functions | |
---|---|
bool | _M_empty () const |
Base class of all polymorphic function object wrappers.
Definition at line 114 of file std_function.h.
◆ _Manager_type
using std::_Function_base::_Manager_type = bool (*)(_Any_data&, const _Any_data&, _Manager_operation)
std::_Function_base::~_Function_base ( ) | inline |
---|
◆ _M_empty()
bool std::_Function_base::_M_empty ( ) const | inline |
---|
◆ _M_functor
_Any_data std::_Function_base::_M_functor
◆ _M_manager
_Manager_type std::_Function_base::_M_manager
◆ _M_max_align
const size_t std::_Function_base::_M_max_align | static |
---|
◆ _M_max_size
const size_t std::_Function_base::_M_max_size | static |
---|
The documentation for this class was generated from the following file: