聊聊C++的dynamic_cast

45 阅读1分钟

C++的dynamic_cast相信大家都用过,那么它是怎么实现的呢?点击以下链接了解:

原文链接:图解C++的dynamic_cast-和其他转型的对比及实现