Search code examples
C++ struct with anonymous union...

c++variantstandard-layouttrivially-copyable

Read More
Anonymous Unions in C++ Contiguous Memory Layout...

c++standardsanonymousmemory-layoutstandard-layout

Read More
Casting an array of standard-layout objects to array of elements...

c++arrayscastingstandard-layout

Read More
Why is std::is_pod deprecated in C++20?...

c++type-traitsstandard-layouttrivially-copyable

Read More
Is casting a struct to an integer legal?...

c++structlanguage-lawyerstandard-layout

Read More
Is it legal to access private non-static first data member of a standard layout class?...

c++access-modifiersstandard-layout

Read More
Using standard layout types to communicate with other languages...

c++language-lawyerstandard-layout

Read More
"Merge" PODs into one...

c++inheritancereflectionstructured-bindingsstandard-layout

Read More
Guaranteed memory layout for standard layout struct with a single array member of primitive type...

c++language-lawyermemory-layoutstandard-layout

Read More
C++ Standard Layout and References...

c++standard-layout

Read More
Standard Layout c++...

c++c++11standard-layout

Read More
Why is C++11's POD "standard layout" definition the way it is?...

c++c++11standard-layout

Read More
Does C++20 remove the requirement for class members to be in ascending order?...

c++classlanguage-lawyerc++20standard-layout

Read More
Why must members of standard layout classes have the same access control?...

c++language-lawyerstandard-layout

Read More
Standard-layout and tail padding...

c++g++language-lawyerclang++standard-layout

Read More
Understanding Code example with reinterpret_cast of POD-struct...

c++c++14standard-layout

Read More
Byte-for-byte copies of types in C++11?...

c++c++11language-lawyerstandard-layout

Read More
Is it undefined behavior to read and compare padding bytes of a POD type?...

c++language-lawyerpaddingundefined-behaviorstandard-layout

Read More
What is the purpose of standard-layout guarantees for "black box" types?...

c++mutexatomicstandard-librarystandard-layout

Read More
Why is a class with multiple public access specifiers standard_layout?...

c++standard-layout

Read More
Is a Union Member's Destructor Called...

c++c++11destructorunionsstandard-layout

Read More
Member of Union has User-Defined Constructor...

c++visual-studio-2008unionsdefault-constructorstandard-layout

Read More
Can C++14 standard-layout types use `alignas` for fields?...

c++c++14standard-layout

Read More
Does a class need to be a standard layout type to be sure of the memory offsets of its members?...

c++intrusive-containersstandard-layout

Read More
reinterpret_cast vs. static_cast for writing bytes in standard-layout types?...

c++c++11reinterpret-castvisual-c++-2005standard-layout

Read More
Can I legally reinterpret_cast between layout-compatible standard-layout types?...

c++standardsc++14standard-layout

Read More
Are there any standard-layout guarantees for STL-containers?...

c++stlc++11standard-layout

Read More
Why is this struct not standard-layout?...

c++c++11structtype-traitsstandard-layout

Read More
Wrapping C++ in C: Derived to base conversions...

c++coopstandard-layout

Read More
Standard layout and non-copyable property...

c++c++11noncopyablestandard-layout

Read More
BackNext