【STL】 20 內建函數對象

  #include<iostream> #include<functional> using namespace std; void test01(){     plus<int> p;     cout<<p(1,2)<<endl; } int main(){     test01();     return 0; }
相關文章
相關標籤/搜索