Define VFUNC

Define Documentation

VFUNC(func, ...)

Dispatch a variadic macro call to a numbered overload.

VFUNC(func, args...) expands to funcN(args...) where N is the number of arguments in args.

Parameters:
  • func – Base name of the macro family (without trailing digit).

  • ... – Arguments forwarded verbatim to the selected overload.