摘要: 注:主要基于C++11标准 std::function 例子: #include <iostream> #include <functional> using namespace std; int fun(int a, int b) { return a + b; } class CCaller { 阅读全文
posted @ 2021-01-05 21:11 htj10 阅读(71) 评论(0) 推荐(0) 编辑
TOP