Search code examples
Checking whether a cross-cast could possibly work?...


c++static-analysisdynamic-castcross-cast

Read More
Copying shared variables between derived classes (shallow copy is enough)...


c++inheritancedynamic-castdowncast

Read More
Using C++, is there a safe and legal way to implement a “safe cast” for a class hierarchy involving ...


c++castingdynamic-castdowncaststatic-cast

Read More
How to dynamically cast a boost::scoped_ptr?...


c++boostdynamic-castc++98scoped-ptr

Read More
forward declaration and Cast incomplete type C++...


c++dynamic-cast

Read More
How to access child member from parent's template function?...


c++c++11templatestype-conversiondynamic-cast

Read More
How to specify “all parameterized types” or “all argument lists” for a dynamic_cast?...


c++inheritancec++03dynamic-cast

Read More
C++ dynamic cast failing / child object gets treated as parent...


c++radixdynamic-castderived

Read More
How would I re-implement dynamic_cast?...


c++dynamic-cast

Read More
Best approach for avoiding repetitive dynamic_cast?...


c++dynamic-cast

Read More
dynamic_cast fails between "long distance" siblings on linux compilation...


c++linuxgccdynamic-cast

Read More
What would be a use case for dynamic_cast of siblings?...


c++inheritancesiblingsdynamic-cast

Read More
dynamic_cast in assert Causing Error...


c++visual-studiogccassertdynamic-cast

Read More
Is a dynamic_cast<void*> guaranteed to work (i.e. be equal to static_cast<void*>) in the...


c++11polymorphismdynamic-cast

Read More
Trying to downcast pointer of object in std::vector...


c++pointersvectordynamic-castdowncast

Read More
C++: dynamic_cast causes a SEGFAULT even when the object that is casted is not NULL. How can that ha...


c++segmentation-faultdynamic-cast

Read More
How to write own dynamic_cast...


c++dynamic-cast

Read More
What is the proper way to wrap isInstanceOf[] calls?...


scalareflectiondynamic-cast

Read More
dynamic_cast (int* to int *) - compilation error...


c++dynamic-cast

Read More
Downcasting using dynamic_cast returns null...


c++dynamic-castdowncast

Read More
Why dynamic_cast is ok to use for upcast for non polymorphic types?...


c++pointerspolymorphismdynamic-cast

Read More
Transform vector of reference wrapper to Base class to vector of reference_wrapper to Derived class ...


c++dynamic-castreference-wrapper

Read More
How expensive are dynamic casts in C++?...


c++dynamic-cast

Read More
Method call after invalid C-style cast works...


c++c++11dynamic-caststatic-cast

Read More
Why is dynamic_cast considered bad practice in C++?...


c#c++dynamic-cast

Read More
C++ dynamic cast with inheritance...


c++inheritancecastingdynamic-cast

Read More
dynamic_cast macro rescue NULL...


c++macrosdynamic-cast

Read More
Counting elements in a list with different objects given a property...


c++oopc++11inheritancedynamic-cast

Read More
Is There a way to use dynamic_cast When Casting to a Child?...


c++polymorphismdynamic-castdowncast

Read More
What is the meaning of `*dynamic_cast<T*>(...)`?...


c++c++11castingundefined-behaviordynamic-cast

Read More
BackNext