Newbetuts
.
New posts in reinterpret-cast
reinterpret_cast cast cost
c++
c
casting
reinterpret-cast
Is it safe to reinterpret_cast an enum class variable to a reference of the underlying type?
c++
c++11
reinterpret-cast
enum-class
Is casting std::pair<T1, T2> const& to std::pair<T1 const, T2> const& safe?
c++
templates
casting
constants
reinterpret-cast
Why do we have reinterpret_cast in C++ when two chained static_cast can do its job?
c++
casting
reinterpret-cast
static-cast
Why can't I static_cast between char * and unsigned char *?
c++
char
reinterpret-cast
static-cast
unsigned-char
casting via void* instead of using reinterpret_cast [duplicate]
c++
casting
void-pointers
language-lawyer
reinterpret-cast
Why doesn't this reinterpret_cast compile?
c++
casting
reinterpret-cast
How can I print out the first and second byte of a member inside a struct?
c
pointers
byte
memory-address
reinterpret-cast
Is there a (semantic) difference between the return value of placement new and the casted value of its operand?
c++
language-lawyer
reinterpret-cast
strict-aliasing
placement-new
c programming question on reinterpret_cast
c
pointers
byte
reinterpret-cast
Is reinterpret_cast type punning actually undefined behavior?
c++
casting
language-lawyer
reinterpret-cast
type-punning
reinterpret_cast vs strict aliasing
c++
language-lawyer
strict-aliasing
reinterpret-cast
Should I use static_cast or reinterpret_cast when casting a void* to whatever
c++
pointers
static-cast
reinterpret-cast
When to use reinterpret_cast?
c++
casting
reinterpret-cast
Prev