Namespaces
Variants
Views
Actions

Standard library header <cstdarg>

From cppreference.com
< cpp‎ | header
Revision as of 18:45, 31 May 2013 by P12bot (Talk | contribs)

 
 
Standard library headers
 

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) [edit]

Macros

enables access to variadic function arguments
(function macro) [edit]
accesses the next variadic function argument
(function macro) [edit]
(C++11)
makes a copy of the variadic function arguments
(function macro) [edit]
ends traversal of the variadic function arguments
(function macro) [edit]