boost::any 具體使用

#include "stdafx.h" #include <iostream> #include <boost/any.hpp> #include <boost/format.hpp> using namespace std; #define PRINT(xxx) ( std::cout << boost::format("%-20s = ") % (#xxx) << (xxx) <<
相關文章
相關標籤/搜索