![]() |
![]() |
Namespaces | |
namespace | sigc |
Functions | |
template<class T_action, class T_return, class T_functor> | |
void | visit_each (const T_action& _A_action, const bind_return_functor<T_return, T_functor>& _A_target) |
Performs a functor on each of the targets of a functor. | |
template<class T_return, class T_functor> | |
bind_return_functor< typename unwrap_reference< T_return >::type, T_functor > | bind_return (const T_functor& _A_functor, T_return _A_ret_value) |
Creates an adaptor of type sigc::bind_return_functor which fixes the return value of the passed functor to the passed argument. |