#include <std_function.h>
|  | 
| using | _Manager_type = bool(*)(_Any_data &, const _Any_data &, _Manager_operation) | 
|  | 
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) | 
      
 
 
◆ ~_Function_base()
  
  | 
        
          | 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: