List Question
20 TechQA 2023-08-30T03:58:04.993000Writing an alignof(T) method in C#?
187 views
Asked by Eric Cartman
Why using alignof on non-typed types is valid?
94 views
Asked by daohu527
Effective type in packed raw data
165 views
Asked by David Ranieri
The sizeof and _Alignof value of a structure
240 views
Asked by FedKad
Is alignof(T*) is the same for all possible types? What about sizeof(T*)?
209 views
Asked by Koosha
Why is alignof(max_align_t) 16?
700 views
Asked by Willis Hershey
Does `T` always have the same size and alignment as `std::aligned_storage<sizeof(T), alignof(T)>`
237 views
Asked by Chris Beck
Is it always the case that sizeof(T) >= alignof(T) for all object types T?
4.1k views
Asked by BeeOnRope
How to tell the maximum data alignment requirement in C++
1.1k views
Asked by Curious
Alignment and size of C++ primitive types
2k views
Asked by tmlen
When did Clang gain support for C++11's alignof keyword?
342 views
Asked by Jeff Walden
`std::alignment_of` versus `alignof`
2.3k views
Asked by Quentin
sizeof and types, guarantees
124 views
Asked by varnie
What is the use of alignof operator?
1.4k views
Asked by Ankit Shukla
How do I fix "The program issued a command but the command length is incorrect." error when calling Process32First()?
5.7k views
Asked by Jorge Peach
Why doesn't gcc honor alignment requirements?
1.6k views
Asked by François Beaune
What's the difference between sizeof and alignof?
24.3k views
Asked by user1494506