Define RCSW_XFOR_EACH2
Defined in File common.h
Define Documentation
-
RCSW_XFOR_EACH2(action, v, ...)
Call
action
on the current THING passed in the varargs list.An additional argument
X
is passed to each invocation, soaction
needs to have the following signature (as a macro or function):mymacro(X,V)
where
X
is the current THING passed in varargs, andv
is the additional parameter.