摘要: 头文件#include 函数实现templateInputIterator find (InputIterator first, InputIterator last, const T& val){ while (first!=last) { if (*first==val) retu... 阅读全文
posted @ 2015-06-17 15:40 VVingerfly 阅读(1932) 评论(0) 推荐(0)