/Zp (Struct Member Alignment) | Microsoft Docs
https://docs.microsoft.com/en-us/cpp/build/reference/zp-struct-member-alignment
Aug 03, 2021 · The /ZpN option tells the compiler where to store each structure member. The compiler stores members after the first one on a boundary that's the smaller of either the size of the member type, or an N -byte boundary. The available …
DA: 35 PA: 27 MOZ Rank: 33