Struct StructLayoutInfo#

Struct Documentation#

struct StructLayoutInfo#

Public Functions

inline StructLayoutInfo()#

Public Members

size_t size#

Size of this struct or union in bytes.

size_t alignment#

Alignment of this struct or union in bytes.

std::vector<StructLayoutEntry> fields#

Fields, empty for non-compound types.