摘要: sorttemplate<class RanIt>void sort(RanIt first, RanIt last);template<class RanIt, class Pred> void sort(RanIt first, RanIt last, Pred pr);The first template function reorders the sequence designated by iterators in the range [first, last) to form a sequence order by operator<. Thus, t 阅读全文
posted @ 2009-03-04 20:06 小 楼 一 夜 听 春 雨 阅读(2661) 评论(0) 推荐(0)