Stores the "manager" portion of the vtable for a boost::function object. More...
#include <function_base.hpp>
Public Attributes | |
void(* | manager )(const function_buffer &in_buffer, function_buffer &out_buffer, functor_manager_operation_type op) |
Stores the "manager" portion of the vtable for a boost::function object.
void(* boost::detail::function::vtable_base::manager)(const function_buffer &in_buffer, function_buffer &out_buffer, functor_manager_operation_type op) |
Referenced by boost::function_base::target(), and boost::function_base::target_type().