|
STLdoc
STLdocumentation
|
#include <vcruntime.h>Go to the source code of this file.
Macros | |
| #define | _INC_STDARG |
| #define | va_start __crt_va_start |
| #define | va_arg __crt_va_arg |
| #define | va_end __crt_va_end |
| #define | va_copy(destination, source) ((destination) = (source)) |
| #define _INC_STDARG |
| #define va_arg __crt_va_arg |
| #define va_copy | ( | destination, | |
| source | |||
| ) | ((destination) = (source)) |
| #define va_end __crt_va_end |
| #define va_start __crt_va_start |
1.8.8