【STL】 21 函数对象适配器之仿函数适配器 bind1st  bind2nd

  #include<iostream> #include<vector> #include<functional> #include<algorithm> using namespace std; //预定义函数对象:  //①仿函数适配器 bind1st  bind2nd class MyPrint01{    //一元函数对象       public:         void ope
相关文章
相关标签/搜索