다음을 통해 공유


<typeinfo>

Include the standard header <typeinfo> to define several types associated with the type-identification operator typeid 연산자, which yields information about both static and dynamic types.

#include <typeinfo>

설명

For information on classes defined in <typeinfo>, see the following topics: