240 私信
这个人很懒,暂无签名信息
0

boost::any的用法、优点和缺点以及源代码分析

boost::any用法示例: #include #include #include typedef std::list list_any; //关键部分:可以存放任意类型的对象 void fill_list(list_any& la) { la.push_back(10);//存放常数 la.push_back( std::string(dyunze) );//存放字符串...

个人介绍
暂无介绍