MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / ArrayInfo

Method ArrayInfo

Libraries/Reflection/Reflection.h:108–108  ·  view source on GitHub ↗

< Number of elements in the array

Source from the content-addressed store, hash-verified

106 uint32_t isPacked : 1; ///< Ensures no padding (recursively) for the entire span of the struct
107 uint32_t numElements : 31; ///< Number of elements in the array
108 constexpr ArrayInfo(bool isPacked, uint32_t numElements) : isPacked(isPacked), numElements(numElements) {}
109 };
110 union
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected