< Ensures no padding (recursively) for the entire span of the struct
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected