typeid
- 网络运算符
typeid
-
If the sources don 't use dynamic_cast or the typeid operator , Run Time Type Identification ( RTTI ) might be disabled .
如果源代码没有使用dynamiccast或者typeid操作符,那么就可以禁用运行时类型识别(RTTI)。
-
Note that disabling RTTI in a code that contains dynamic_cast or typeid might produce undesirable effects , including code crash .
请注意,在包含dynamiccast或者typeid的代码中禁用RTTI,可能会产生一些负面的影响,包括代码崩溃。