从零开始实现简单的WebServer过程当中接触的C++11库

std::bind和std::function #include <iostream> #include<functional> using namespace std; class A { public: void fun_3(int k,int m) { cout << k << " " << m << endl; } }; void fun(int
相关文章
相关标签/搜索