#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.
Definition at line 615 of file function_base.hpp.
void(* boost::detail::function::vtable_base::manager) (const function_buffer &in_buffer, function_buffer &out_buffer, functor_manager_operation_type op) |
Definition at line 617 of file function_base.hpp.