#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 base_type::object_type object_type
Definition mem_fun.h:130
◆ object_type
◆ T_limit_reference
◆ bound_mem_functor()
Constructs a bound_mem_functor object that wraps the passed method.
- Parameters
-
obj | Reference to instance the method will operate on. |
func | Pointer to method will be invoked from operator()(). |
◆ operator()()
Execute the wrapped method operating on the stored instance.
- Parameters
-
a | Arguments to be passed on to the method. |
- Returns
- The return value of the method invocation.
◆ obj_