码迷,mamicode.com
首页 > 其他好文 > 详细

set集合

时间:2016-08-23 01:39:47      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

1.set集合中如果存储string类,那么集合元素将按照字典序全部排好。

2.set集合的遍历:

  set<string>::iterator it; for(it = dict.begin() ; it != dict.end() ; it++) cout << *it << endl; 

set集合

标签:

原文地址:http://www.cnblogs.com/cyb123456/p/5797763.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!