Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Reflection::TypeInfo::StructInfo Struct Reference

Holds extended type info for structs. More...

#include <Reflection.h>

Public Member Functions

constexpr StructInfo (bool isPacked)
 

Public Attributes

bool isPacked: 1
 Ensures no padding (recursively) for the entire span of the struct. More...
 

Detailed Description

Holds extended type info for structs.

Member Data Documentation

◆ isPacked

bool SC::Reflection::TypeInfo::StructInfo::isPacked

Ensures no padding (recursively) for the entire span of the struct.


The documentation for this struct was generated from the following file: