Name

va_list type — Argument list

Synopsis

typedef ... va_list;

The va_list type is an opaque type that refers to the function’s arguments. Declare a local variable of type va_list and supply the variable to the va_start, va_arg, and va_end macros.

Get C++ In a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.