Search code examples
Why is reinterpret_cast not constexpr?...

c++c++11avrconstexprreinterpret-cast

Read More
C++ :: Safely using reinterpret_cast to generate "wrapper" iterators...

c++iteratorwrapperreinterpret-cast

Read More
Variation on the type punning theme: in-place trivial construction...

c++language-lawyerreinterpret-castobject-lifetimeplacement-new

Read More
Second reinterpret_cast and strict aliasing...

c++language-lawyerreinterpret-caststrict-aliasing

Read More
reinterpret_cast member function pointer to void(*&)()...

c++language-lawyerfunction-pointerspointer-to-memberreinterpret-cast

Read More
Is it a strict aliasing violation to alias a struct as its first member?...

c++language-lawyerstrict-aliasingreinterpret-cast

Read More
Can you reinterpret_cast between types which have the same representation?...

c++language-lawyerundefined-behaviorstrict-aliasingreinterpret-cast

Read More
Why is it allowed to reinterpret_cast integral, enumeration and pointer-to-member types to themselve...

c++language-lawyerreinterpret-cast

Read More
Does casting to an unrelated reference type violate the strict aliasing rule?...

c++language-lawyerundefined-behaviorreinterpret-caststrict-aliasing

Read More
Understanding Virtual Functions when Deriving from Multiple Classes...

c++multiple-inheritanceundefined-behaviorvirtual-functionsreinterpret-cast

Read More
Open, Read and Print a 2D Array! (What's wrong with my code?)...

cmultidimensional-arrayfopenfreadreinterpret-cast

Read More
Casting an arbitrary integer to void*...

c++pointersintegerc++17reinterpret-cast

Read More
Casting Back to a 2-Dimensional Array...

c++arrayspointersmultidimensional-arrayreinterpret-cast

Read More
Why g++ giver: "error: cast to pointer from integer of different size [-Werror=int-to-pointer-c...

c++pointerscastingintreinterpret-cast

Read More
reinterpret_cast changes type from `const float *` to `float` unexpectedly...

c++qtreinterpret-cast

Read More
Copy bit pattern: float to uint32_t...

c++undefined-behaviorprimitive-typesreinterpret-cast

Read More
writing to std::atomic after converting to char*...

c++reinterpret-castmemory-layoutstdatomic

Read More
Should I use a C++ reinterpret_cast over a C-style cast?...

c++castingreinterpret-cast

Read More
Why doesn't const_cast work on arguments to std::function?...

c++reinterpret-castc++20const-cast

Read More
Managed to native value class conversion: is it safe to cast pointer?...

c++.netreinterpret-castpin-ptr

Read More
How do I reinterpret_cast between any two types?...

c++c++11reinterpret-cast

Read More
Reinterpret C# raw buffer into a blittable structure...

c#pointersunsafereinterpret-caststackalloc

Read More
Signedness aliasing using reinterpret_cast...

c++language-lawyermemcpysignedreinterpret-cast

Read More
Bug when using reinterpret_cast between two similar classes?...

c++undefined-behaviorreinterpret-cast

Read More
Can I placement new a std::tuple into a memory mapped region, and read it back later?...

c++memory-mapped-filesreinterpret-caststdtuple

Read More
C++: is reinterpret_cast the best choice in these scenarios?...

c++reinterpret-castpointer-conversion

Read More
Is it Legal to reinterpret_cast to a void*...

c++pointersvoid-pointersreinterpret-castdouble-pointer

Read More
vector with reinterpret_cast...

c++vectorreinterpret-cast

Read More
Dealing with undefined behavior when using reinterpret_cast in a memory mapping...

c++undefined-behaviorreinterpret-castmemory-mapping

Read More
Reinterpret this in C++: legal or not?...

c++language-lawyerc++17reinterpret-cast

Read More
BackNext