從零開始實現簡單的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
相關文章
相關標籤/搜索