Skip to content

C++:typeid

typeid 연산자를 사용하면 런타임에 개체 형식이 결정됩니다. typeid의 결과는 <code>const type_info&<code>입니다.

typeof

Favorite site