va_arg

Retrieve and store through parmn the next value that is of TypeInfo ti. Used when the static type is not known.

  1. alias va_arg = core.stdc.stdarg.va_arg
  2. void va_arg(va_list ap, TypeInfo ti, void* parmn)
    void
    va_arg
    ()
    (
    ref va_list ap
    ,,
    void* parmn
    )

Meta