![]() |
![]() |
Namespaces | |
namespace | sigc |
Functions | |
template<class T_action, class T_type> | |
void | visit_each (const T_action& _A_action, const bound_argument<T_type>& _A_argument) |
Implementation of visit_each() specialized for the bound_argument class. |
|
Implementation of visit_each() specialized for the bound_argument class. Call visit_each() on the entity returned by the bound_argument's visit() method. T_action The type of functor to invoke. T_type The type of bound_argument.
|