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

Holds extended type info for array-like types. More...

#include <Reflection.h>

Public Member Functions

constexpr ArrayInfo (bool isPacked, uint32_t numElements)
 

Public Attributes

uint32_t isPacked: 1
 Ensures no padding (recursively) for the entire span of the struct. More...
 
uint32_t numElements: 31
 Number of elements in the array. More...
 

Detailed Description

Holds extended type info for array-like types.

Member Data Documentation

◆ isPacked

uint32_t SC::Reflection::TypeInfo::ArrayInfo::isPacked

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

◆ numElements

uint32_t SC::Reflection::TypeInfo::ArrayInfo::numElements

Number of elements in the array.


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