...
That is, objects of type unsigned char
may have no padding bits and consequently no trap representation. ThusAs a result, non-bit field objects of any type may be copied into an array of unsigned char
(for example, via memcpy()
) and have their representation examined one byte at a time.
...