#include <sigc++/functors/mem_fun.h>
◆ function_type
◆ obj_type_with_modifier
Initial value:
constexpr _Bind_helper< __is_socketlike< _Func >::value, _Func, _BoundArgs... >::type bind(_Func &&__f, _BoundArgs &&... __args)
typename internal::member_method_class< T_func >::type object_type
Definition mem_fun.h:93
◆ object_type
◆ mem_functor() [1/2]
Constructs an invalid functor.
◆ mem_functor() [2/2]
Constructs a mem_functor object that wraps the passed method.
- Parameters
-
◆ operator()()
Execute the wrapped method operating on the passed instance.
- Parameters
-
obj | Reference to instance the method should operate on. |
a | Arguments to be passed on to the method. |
- Returns
- The return value of the method invocation.
◆ func_ptr_