摘要: 是不是stl中的算法函数中参数只要是和函数相关的就是函数对象和谓词? 阅读全文
posted @ 2017-06-01 21:57 小陈同学啦 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; #include"set" #include"algorithm" struct compareNoCase { //bool operator()(const string &str1, const string &str2) 这种居然是错误的。不知道为什么 bool operator()(const string &st... 阅读全文
posted @ 2017-06-01 20:35 小陈同学啦 阅读(219) 评论(0) 推荐(0) 编辑