mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-09 17:00:45 -05:00
The underlying storage type of a bitfield can be any intrinsic integer type, but also any enumeration. Custom storage types are supported if the following things are defined on the storage type: - casting 0 to the storage type - bit shift operators (in both directions) - bitwise & operator - bitwise ~ operator - std::make_unsigned specialization
5.3 KiB
5.3 KiB