BOOST库中polymorphic_cast与polymorphic_downcast
摘要:
多态转型函数polymorphic_cast的用法与C++中的dynamic_cast类似。除了在转型失败时总是抛出一个std::bad_cast异常。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1#include<iostream>... 阅读全文
posted @ 2010-08-30 20:30 非常笑 阅读(1035) 评论(0) 推荐(0) 编辑