STL MAP取消排序

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

posted @ 2015-06-02 15:58  疯封风  阅读(445)  评论(0编辑  收藏  举报