typeid
From C/C++ Reference
typeid
Syntax:
typeid( object );
The typeid operator returns a reference to a type_info object that describes `object`.
From C/C++ Reference
typeid( object );
The typeid operator returns a reference to a type_info object that describes `object`.