摘要: 示例: 1 #include <vector> 2 #include <string> 3 #include <iostream> 4 #include <functional> 5 6 using namespace std; 7 8 std::function<int (int)> Functi 阅读全文
posted @ 2021-01-19 12:09 朱果果 阅读(239) 评论(0) 推荐(0) 编辑