- 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++標準のエンディアン列挙型