Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 848 Bytes

stdatomic.h.md

File metadata and controls

23 lines (15 loc) · 848 Bytes

stdatomic.h

  • stdatomic.h[meta header]
  • cpp23[meta cpp]

<stdatomic.h>はC++の<atomic>ライブラリの機能をC言語と相互運用するための互換ライブラリである。

このヘッダは、<atomic>ライブラリのすべての機能が、別名定義もしくはusing宣言によって、グローバル名前空間に定義される。

intN_tuintN_tintptr_tuintptr_tに対するアトミック型は、それらの整数型が定義される場合にのみ定義される。

バージョン

言語

  • C++23

処理系

参照