Module scpd.tests.GlueTypes

Contains types used for size & ABI object layout checks.

Aliases

NameTypeDescription
GlueTypes All the glue types have sizeof(), but some may not have accessible layout information
TypesNoLayout For these types we cannot do layout checks as we require access to private std::array fields to get the offset. However we can still do sizeof() checks.