List Question
20 TechQA 2016-12-23T13:27:02.720000Is it safe to compare boost::typeindex type hash_code() across different platforms over network?
336 views
Asked by Aymar Fisherman
Compiler error when comparing two typeid expressions for equality
1.7k views
Asked by Scooter
2d STL vector typeid
477 views
Asked by greenback
typeid doesn't return correct type
2.2k views
Asked by There is nothing we can do
typeid() returning wrong type
104 views
Asked by Zebrafish
typeid of a polymorphic class, when given a pointer to a derived class, says it's a pointer to base class! why?
317 views
Asked by Swiss Frank
Diffrent typeid between platforms
507 views
Asked by Victor Marzo
why typeid returns that int and const int are same types
3.6k views
Asked by codekiddy
How do I embed a type's name as a string into a static_assert()?
2.2k views
Asked by kfmfe04
typeinfo name() and endl don't work together in Windows and mingw
342 views
Asked by Greg82
C++ typeid as a return type
6.8k views
Asked by Joe
When does GCC give different typeids in different DSOs?
88 views
Asked by Dave
Is a pointer to the return-value of the typeid operator always valid in C++?
136 views
Asked by cockatiel
typeid from static method
1.1k views
Asked by Ferenc Deak
Can boost::any_cast<double>(any&) be sped up?
824 views
Asked by BenRI
Is it possible to attach a name to a runtime class in C++?
271 views
Asked by G-s
Can I use typeid() to know whether a type is enum?
3.7k views
Asked by Grim Fandango
C++ gcc 9.3.0 typeid of derived pointer always return typeid(BaseClass*) but dynamic_cast<derived_ptr> works fine
84 views
Asked by Kemin Zhou
What's the difference between typeid(*this).name() and typeid(this).name() in base class
658 views
Asked by haibin
What does the integer shown in typeid().name() mean?
618 views
Asked by Archith