cppreference.com > C/C++ Keywords > typeid
typeid
Syntax:
  typeid( object );

The typeid operator returns a reference to a type_info object that describes `object`.