Define VFUNC
Defined in File macro_helpers.h
Define Documentation
-
VFUNC(func, ...)
Dispatch a variadic macro call to a numbered overload.
VFUNC(func, args...)expands tofuncN(args...)where N is the number of arguments inargs.- Parameters:
func – Base name of the macro family (without trailing digit).
... – Arguments forwarded verbatim to the selected overload.