导航

2014年7月22日

摘要: 迭代器标签:C++标准程序库为每一种迭代器提供了一个迭代器标志,用来作为迭代器的标签:namespace std{ struct output_iterator_tag{}; struct input_iterator_tag{}; struct forward_it... 阅读全文

posted @ 2014-07-22 11:03 ggzone 阅读(139) 评论(0) 推荐(0)

摘要: 迭代器标签:C++标准程序库为每一种迭代器提供了一个迭代器标志,用来作为迭代器的标签:namespace std{ struct output_iterator_tag{}; struct input_iterator_tag{}; struct forward_iterator_tag:publi... 阅读全文

posted @ 2014-07-22 11:02 ggzone 阅读(187) 评论(0) 推荐(0)