C++ Language/Objects/LowLevelCStructures/Bitfield

A "bitfield" structure member integral_type m_iVar : bit_count; is useful for alignment.

Additional information about bitfields

Category:Book:C++ Language#Objects/LowLevelCStructures/Bitfield%20
Category:Book:C++ Language