【c++入門】函數對象

//函數對象 :若一個類重載了運算符「()」, //則該類的對象就成爲函數對象 #include<iostream> #include<vector> #include<list> #include<algorithm> #include<string> using namespace std; class CMyAverage{ public: double operator() (int
相關文章
相關標籤/搜索