Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

File metadata and controls

20 lines (14 loc) · 373 Bytes

STDC_VERSION_STDARG_H

  • cstdarg[meta header]
  • macro[meta id-type]
  • cpp26[meta cpp]
#define __STDC_VERSION_STDARG_H__ 202311L

概要

<cstdarg>ヘッダがC23の基準に準拠していることを示すマクロ。

バージョン

言語

  • C++26

関連項目

  • va_start: 可変引数へのアクセスを開始する