Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1003 Bytes

File metadata and controls

30 lines (22 loc) · 1003 Bytes

STDC_ENDIAN_LITTLE

  • stdbit.h[meta header]
  • macro[meta id-type]
  • cpp26[meta cpp]

概要

リトルエンディアンを表す定数マクロ。

C言語の<stdbit.h>で定義される定数であり、C++においてはC互換性のために提供される。

備考

  • C言語では<stdbit.h>で定義される定数マクロである
  • C++では、std::endian::littleが対応する機能である

バージョン

言語

  • C++26

処理系

  • Clang: 21 [mark verified]
  • GCC: 15 [mark verified]
  • Visual C++: 2026 Update 2 [mark noimpl]

関連項目

  • std::endian - C++標準のエンディアン列挙型

参照