Search code examples
Writing an alignof(T) method in C#?...

c#algorithmmemory-alignmentalignof

Read More
Is it always the case that sizeof(T) >= alignof(T) for all object types T?...

c++c++11memory-alignmentalignof

Read More
C2x: if _Alignof(array type) yields the alignment of the element type, then will it be useful to per...

arraysclanguage-lawyerincomplete-typealignof

Read More
_Alignof with operand of variable length array type: is there a contradiction in the standard?...

clanguage-lawyerevaluationalignof

Read More
Effective type in packed raw data...

cmemorylanguage-lawyerraw-dataalignof

Read More
`std::alignment_of` versus `alignof`...

c++memory-alignmentc++17alignof

Read More
The sizeof and _Alignof value of a structure...

csizeofalignof

Read More
Why is alignof(max_align_t) 16?...

cmemory-alignmentalignof

Read More
How to tell the maximum data alignment requirement in C++...

c++alignmentalignof

Read More
Alignment and size of C++ primitive types...

c++memory-alignmentalignof

Read More
sizeof and types, guarantees...

c++sizeofalignof

Read More
How do I fix "The program issued a command but the command length is incorrect." error whe...

c++sizeofalignof

Read More
Why doesn't gcc honor alignment requirements?...

gccalignof

Read More
How to align a struct member in D?...

alignmentdalignof

Read More
BackNext