Search code examples
Am I right in saying that const_cast followed by modification on a ref-to-const bound to a temporary...

c++referenceconstantsconst-casttemporary-objects

Read More
How to get a const reference to an object and change the object using that reference (Using const_ca...

c++oopconst-cast

Read More
Why const_cast away volatile only work for pointer...

c++pointersvolatileconst-cast

Read More
implicit const cast in templates...

c++const-cast

Read More
How to call a non-const function within a const function (C++)...

c++functionconstantsconst-correctnessconst-cast

Read More
Efficiently const_cast-ing a constant reference parameter...

c++parametersreferenceconstantsconst-cast

Read More
Variable Value Changes By Itself...

c++const-cast

Read More
Can one override my const C++ member function returning a const pointer to a internal non-const arra...

c++const-cast

Read More
Is this const_cast undefined behavior?...

c++const-cast

Read More
casting const to pass it to function that takes reference, what happens?...

c++castingparameter-passingconst-cast

Read More
Referencing string with pointers...

c++stringliteralsaccess-violationconst-cast

Read More
const_casting question...

c++const-cast

Read More
Does this const initialization through const_cast have undefined behaviour?...

c++initializationundefined-behaviorconst-cast

Read More
C++ TR1: What is the proper way to use a uniform distribution to generate a random number in a const...

c++randomtr1const-correctnessconst-cast

Read More
const_cast and UB...

c++undefined-behaviorconst-cast

Read More
Is const_cast acceptable when defining an array?...

c++cconstantsconst-cast

Read More
Need clarifications in C-style, reinterpret, and const casts...

c++castingreinterpret-castconst-cast

Read More
Why can't I const_cast the return of the conversion operator?...

c++const-cast

Read More
Implications of a const_cast in a copy constructor?...

c++const-cast

Read More
Is using const_cast for read-only access to a const object allowed?...

c++castingconstantsundefined-behaviorconst-cast

Read More
BackNext