Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in standard-layout
Is it possible to make `=` prefer assignment-from-conversion over (deleted) copy-assignment?
Nov 22, 2022
c++
implicit-conversion
copy-assignment
standard-layout
Why is this struct not standard-layout?
Jul 17, 2018
c++
c++11
struct
typetraits
standard-layout
Wrapping C++ in C: Derived to base conversions
Aug 16, 2019
c++
c
oop
standard-layout
Byte-for-byte copies of types in C++11?
Jan 16, 2017
c++
c++11
language-lawyer
standard-layout
What is the purpose of standard-layout guarantees for "black box" types?
Sep 29, 2022
c++
mutex
atomic
standard-library
standard-layout
C++ Standard Layout and References
Sep 17, 2022
c++
standard-layout
reinterpret_cast vs. static_cast for writing bytes in standard-layout types?
Apr 07, 2022
c++
c++11
reinterpret-cast
visual-c++-2005
standard-layout
Can I legally reinterpret_cast between layout-compatible standard-layout types?
Aug 17, 2022
c++
standards
c++14
standard-layout
Is it undefined behavior to read and compare padding bytes of a POD type?
Feb 09, 2022
c++
language-lawyer
padding
undefined-behavior
standard-layout
Common initial sequence and alignment
Sep 29, 2018
c++
c++11
unions
memory-alignment
standard-layout
How is is_standard_layout useful?
Jul 13, 2021
c++
c++11
standard-layout
Union of layout-compatible types
May 06, 2020
c++
language-lawyer
c++17
unions
standard-layout
Standard Layout c++
Sep 14, 2022
c++
c++11
standard-layout
Guaranteed memory layout for standard layout struct with a single array member of primitive type
Jan 02, 2022
c++
language-lawyer
memory-layout
standard-layout
Is a Union Member's Destructor Called
Sep 04, 2022
c++
c++11
destructor
unions
standard-layout
Does C++20 remove the requirement for class members to be in ascending order?
Jun 29, 2021
c++
class
language-lawyer
c++20
standard-layout
Why is C++11's POD "standard layout" definition the way it is?
Aug 28, 2022
c++
c++11
standard-layout
What are Aggregates and PODs and how/why are they special?
Aug 13, 2022
c++
c++11
aggregate
c++17
standard-layout