码迷,mamicode.com
首页 > 编程语言 > 详细

STL MAP取消排序

时间:2015-06-02 17:04:39      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

class MyLess
{
public:
bool operator()(const CString str1,const CString str2)const
{
return TRUE;
}
};

 

map<CString,CString,MyLess> MapSendValue;

 

http://www.360doc.com/content/13/0928/20/593831_317716994.shtml

STL MAP取消排序

标签:

原文地址:http://www.cnblogs.com/dengpeng1004/p/4546726.html

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