std::type_info::~type_info
virtual ~type_info(); |
Destructs an object of type std::type_info
. This destructor is public virtual, allowing objects of classes, derived from std::type_info
to be safely deleted through pointers to base class.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/types/type_info/~type_info