//c++仿函数 #include using namespace std; class MyAdd //仿函数 { public: //本质就是成员函数 函数名叫operator() int operator()(
京公网安备 11010502049817号