noun
bit-field
Computing term for a data structure that stores a set of adjacent bits within a larger word, often used to represent flags or small integer values compactly.
この構造体では、ビットフィールドを使ってフラグを管理している。
In this struct, flags are managed using bit-fields.