Search code examples
Cast two pointers to a pointer of std::pair like struct...

c++pointerstemplateskey-valuereinterpret-cast

Read More
Array typedef pointer decomposition in function parameter...

c++arrayspointerstypedefreinterpret-cast

Read More
Why does this C-style cast not consider static_cast followed by const_cast?...

c++castinglanguage-lawyerreinterpret-cast

Read More
In C#, how can I reinterpret byte[] as T[], where T is a struct?...

c#arraysreinterpret-cast

Read More
Can I reinterpret_cast some byte range of a POD C-Array to std::array<char,N>?...

c++language-lawyerreinterpret-caststdarray

Read More
Once again: strict aliasing rule and char*...

c++creinterpret-caststrict-aliasing

Read More
reinterpret_cast and explicit alignment requirement...

c++alignmentreinterpret-cast

Read More
Is There Any Memory-Efficient Java Equivalent to C unions or C++ std::variant?...

javareinterpret-casttype-systems

Read More
reinterpret_cast between char* and std::byte*...

c++language-lawyerreinterpret-cast

Read More
Using a pointer for casting char* to unsigned char*...

c++pointersfstreamreinterpret-cast

Read More
Using gsl::narrow fails...

visual-c++code-analysisreinterpret-castcpp-core-guidelines

Read More
Replacing reinterpret_cast with better alternatives?...

c++reinterpret-cast

Read More
Virtual function problem after casting template class instance...

c++templatescastingvirtual-functionsreinterpret-cast

Read More
error: cast from 'char*' to 'int' loses precision [-fpermissive] on using reinterpre...

c++castingreinterpret-cast

Read More
How to convert string to const unsigned char* without using reinterpret_cast (modern approach)...

c++reinterpret-castclang-static-analyzer

Read More
Issue in reinterpret_cast...

c++reinterpret-cast

Read More
Is `reinterpret_cast` actually good for anything?...

c++castingc++17reinterpret-casttype-punning

Read More
How does casting this pointer to an unrelated class work?...

c++classcastingreinterpret-cast

Read More
Using Reinterpret_Cast in a Constexpr Function...

c++c++11constexprreinterpret-castconstant-expression

Read More
Getting around the reinterpret cast limitation with constexpr...

c++c++11constexprreinterpret-cast

Read More
static_cast VS reinterpret_cast when casting pointers to pointers...

c++reinterpret-caststatic-cast

Read More
Cast structs with certain common members...

c++c++11structcastingreinterpret-cast

Read More
Is reinterpret_cast to C-style array illegal C++11?...

c++castingreinterpret-castarrays

Read More
How to pass in a 3D array with set x index as a 2D array?...

c++pointersmultidimensional-arrayreinterpret-castfunction-declaration

Read More
reinterpret_cast a template class to const version...

c++templatesconstantsreinterpret-cast

Read More
vector out of range when converting to short...

c++vectorreinterpret-cast

Read More
How to specify a C++ pointer to a C function with unknown number of arguments?...

c++clanguage-lawyerffireinterpret-cast

Read More
Are all non-member function pointers the same size in C++...

c++language-lawyerfunction-pointerssizeofreinterpret-cast

Read More
Is it safe to change this c-cast to a reinterpret_cast?...

c++winapicastingreinterpret-cast

Read More
Force reinterpret_cast to return nullptr...

c++unit-testingcastingreinterpret-cast

Read More
BackNext