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