MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / AlignedStructWithPack

Class AlignedStructWithPack

tests/AlignAsTest.cpp:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8template <typename... Ts>
9struct AlignedStructWithPack
10{
11 char data alignas(Ts...);
12};
13
14int main()
15{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected