totalMemberSize

Non-recursive aggregate field size calculation

template totalMemberSize (
S
) {}

Members

Manifest constants

totalMemberSize
enum totalMemberSize;
Undocumented in source.

Return Value

sum of individual sizes of all aggregate fields, identical to S.sizeof if align(1) is used.

Meta