Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ AlignedStruct
Class
AlignedStruct
tests/AlignAsTest.cpp:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
struct alignas(16) AlignedStruct
2
{
3
float data[4];
4
};
5
6
alignas(128) char alignedArray[128];
7
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected