摘要: (1)使用set/multiset之前必须包含头文件:#include(2)namespace std{ template , class Allocator = allocator > class set; template , class Allocator = allocator > class multiset; }只要是assignable、copyable、comparable的型别T都可以成为set或multiset的元素型别。set/multiset的排序准则必须是st... 阅读全文
posted @ 2013-07-23 23:31 老司机 阅读(702) 评论(0) 推荐(1) 编辑