Namespaces
Variants
Actions

Standard library header <cstdarg>

From cppreference.com
< cpp‎ | header
 
 
Standard library headers
 

This header was originally in the C standard library as <stdarg.h>.

This header provides support for C-style variadic functions, while the