Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in type-punning

Is there a standards-compliant way to do zero-copy IPC in C++?

c++ ipc type-punning

Type punning, char[] and dereferencing

c++ type-punning

printing union variable - odd behaviour

c printf unions type-punning

Reassemble float from bytes inline

c embedded type-punning

Make interchangeable class types via pointer casting only, without having to allocate any new objects?

Placement-new vs gcc 4.4.3 strict-aliasing rules

How to type-pun Boost quantity arrays to the underlying type?

Extract the low bit of each bool byte in a __m128i? bool array to packed bitmap

Undefined behavior with type casting?

Reliable type-punning across C and C++ standards

A cast that is breaking strict-aliasing rules

Is reinterpret_cast type punning actually undefined behavior?

Type-pun uint64_t as two uint32_t in C++20

c++ c++20 type-punning

How to safely perform type-punning in embedded system

How do I reinterpret data through a different type? (type punning confusion)

Strict aliasing and std::array vs C-style array

Breaking strict aliasing and living to tell about it?

Reusing a float buffer for doubles without undefined behaviour