There are many reasons not to use typeid. Other than for using members of type_info (implementation defined behavior), it …
c++ typeidIs there a compiler out there that returns the name of a type in a readable fashion (or library providing …
c++ c++11 typeidI have heard a lot of people say any usage of typeid is bad design, yet to me it seems …
c++ typeidhttp://en.wikipedia.org/wiki/Typeid This seems to be a mystery to me: how does a compiler stores information …
c++ typeid