Sunday, October 3, 2010

std::type_info

std::type_info allows you to find type information at run-time, not compile time.

Reference: Modern C++ Design by Andrei Alexandrescu. Addison-Wesley, 2001, p. 37.

No comments:

Post a Comment