Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 989 Bytes

cstdarg.md

File metadata and controls

36 lines (28 loc) · 989 Bytes
descriptiontitlems.datef1_keywordshelpviewer_keywordsms.assetid
Learn more about: <cstdarg>
<cstdarg>
11/04/2016
<cstdarg>
cstdarg header
639b4ef7-8408-4640-9343-41631f0ab663

<cstdarg>

Includes the C Standard library header <stdarg.h> and adds the associated names to the std namespace. Including this header ensures that the names declared using external linkage in the C Standard library header are declared in the std namespace.

Syntax

#include<cstdarg>

Namespace and Macros

namespacestd { usingva_list = see below; } #defineva_arg(V, P) #defineva_copy(VDST, VSRC) #defineva_end(V) #defineva_start(V, P)

See also

Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library

close