【STL】 21 函數對象適配器之仿函數適配器 bind1st  bind2nd

  #include<iostream> #include<vector> #include<functional> #include<algorithm> using namespace std; //預定義函數對象:  //①仿函數適配器 bind1st  bind2nd class MyPrint01{    //一元函數對象       public:         void ope
相關文章
相關標籤/搜索