Function template bind_mem_fn_overload

boost::dataflow::utility::bind_mem_fn_overload — Binds a class member function of a specified Signature to a class object.

Synopsis

template<typename Signature, typename T> 
  boost::function< Signature > 
  bind_mem_fn_overload(typename dataflow::utility::slot_type< Signature, T >::type func, 
                       T & object);

Description

Returns:

boost::function type with the bound member function.