I\'ve been poring over the draft standard and can\'t seem to find what I\'m looking for.
If I have a standard-layout type
struct T {
unsigned hand
I am used to Borland environments and for them:
T is a struct in your case so sizeof(T) is size of struct
for the same reason if you have 4Byte struct (uint32) and 16Byte allign