List Question
20 TechQA 2024-03-27T10:11:28.503000std::bit_cast equivalent for CUDA device side code?
58 views
Asked by datenwolf
Can the comparison of multiple contiguous unsigned integers be optimized in a safe manner?
53 views
Asked by MarkB
Is accessing a struct within a struct by pointers undefined behavior?
176 views
Asked by ReotardoDaVinci
Converting a templated data into another templated data
52 views
Asked by LPo
Initialize a double with a 64-bit hex literal integer for its bit-pattern, like a compiler uses in asm
130 views
Asked by Daniel
Adversarial test against template generic STL vector pool
141 views
Asked by user2961927
Can you reinterpret an array of doubles as a struct containing an array of doubles?
95 views
Asked by Brehministrator
Is the author's union-based implementation of an optional<bool> well-defined in P2641?
208 views
Asked by Jan Schultke
Is the author's cast-based implementation of an optional<bool> well-defined in P2641?
134 views
Asked by Jan Schultke
cast char * to void **
218 views
Asked by Joshua Green
downcasting standard layout struct to derived struct with the same data members
84 views
Asked by user396672
Access an old struct as CPP class
109 views
Asked by DDS
Correctly using type-punning and erasure for array of objects
166 views
Asked by Oersted
type-punning with std::aligned_alloc for array of objects
194 views
Asked by Oersted
type-punning: omitting placement new and destructors
112 views
Asked by Oersted
type-punning and strict aliasing rule for array of objects
164 views
Asked by Oersted
Is using type-punning for converting between objects of the same type defined by the C standard?
91 views
Asked by Maksymilian Mika
Does nullptr_t break type punning or pointer conversions?
269 views
Asked by Lundin
C++ strict aliasing and UB
219 views
Asked by Dean