A functor class template that contains the target object pointer and method pointer, similar to c++20 bind_front(&T::fn,tp).
More...
template<typename T, typename... Args>
struct G::Slot::Binder< T, Args >
A functor class template that contains the target object pointer and method pointer, similar to c++20 bind_front(&T::fn,tp).
These objects are hidden in the std::function data member of the Slot class so that the Slot is not dependent on the target type. Maybe replace with a lambda.
Definition at line 117 of file gslot.h.