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

Method StructInfo

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

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

Source from the content-addressed store, hash-verified

98 {
99 bool isPacked : 1; ///< Ensures no padding (recursively) for the entire span of the struct
100 constexpr StructInfo(bool isPacked) : isPacked(isPacked) {}
101 };
102
103 /// @brief Holds extended type info for array-like types

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected