OffsetTypeInfo

Array of pairs giving the offset and type information for each member in an aggregate.

struct OffsetTypeInfo {
size_t offset;
TypeInfo ti;
}
Suggestion Box / Bug Report