2021年8月17日
摘要: 1 //STL 常用算法 2 //常用遍历 for_each 3 //transform 4 #include<iostream> 5 #include<string> 6 #include<functional> 7 #include<algorithm> 8 #include<vector> 9 阅读全文
posted @ 2021-08-17 10:53 Bytezero! 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 1 //内建函数对象 算数仿函数 关系仿函数 //逻辑仿函数 2 #include<iostream> 3 #include<string> 4 #include<functional> //内建函数对象头文件 5 #include<vector> 6 #include<algorithm> 7 8 阅读全文
posted @ 2021-08-17 09:51 Bytezero! 阅读(59) 评论(0) 推荐(0) 编辑