摘要:
#include #include #include templatevoid print_map(const MapType & map, const std::string & separator, std::ostream & os ){ typedef typename MapType::const_iterator const_iterator; for( const_iterator i = map.begin(), iend = map.end(); i != iend; ++i ) { os... 阅读全文
posted @ 2013-09-05 16:45
chenkkkabc
阅读(294)
评论(0)
推荐(0)
浙公网安备 33010602011771号