Section

std::type_info

The class type_info holds implementation-specific information about a type, including the name of the type and means to compare two types for equality or collating order. This is the class returned by the typeid operator.

# Declarations

class type_info;

# See also