This header was originally in the C standard library as <stdarg.h>.
This header provides support for C-style variadic functions.
Types |
|
| holds the information needed by va_start, va_arg, va_end, and va_copy (typedef) |
|
Macros |
|
| enables access to variadic function arguments (function macro) |
|
| accesses the next variadic function argument (function macro) |
|
| (C++11)
| makes a copy of the variadic function arguments (function macro) |
| ends traversal of the variadic function arguments (function macro) |
|
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/header/cstdarg