中文字幕日韩精品一区二区免费_精品一区二区三区国产精品无卡在_国精品无码专区一区二区三区_国产αv三级中文在线

mem_fun例子-創(chuàng)新互聯(lián)

創(chuàng)新互聯(lián)專注于企業(yè)營銷型網(wǎng)站、網(wǎng)站重做改版、淮北網(wǎng)站定制設(shè)計、自適應(yīng)品牌網(wǎng)站建設(shè)、html5、商城網(wǎng)站定制開發(fā)、集團公司官網(wǎng)建設(shè)、成都外貿(mào)網(wǎng)站建設(shè)公司、高端網(wǎng)站制作、響應(yīng)式網(wǎng)頁設(shè)計等建站業(yè)務(wù),價格優(yōu)惠性價比高,為淮北等各大城市提供網(wǎng)站開發(fā)制作服務(wù)。>// functional_mem_fun.cpp // compile with: /EHsc#include <vector> #include<functional> #include<algorithm> #include<iostream> #include<ext/functional> using namespace std; class StoreVals { int val; public: StoreVals() { val= 0; } StoreVals(int j) { val = j; } bool display() { cout << val << " "; return true; } int squareval() { val *= val; return val; } int lessconst(int k) {val -= k; return val; } }; int main( ) { vector<StoreVals *> v1; StoreVals sv1(5); v1.push_back(&sv1); StoreVals sv2(10); v1.push_back(&sv2); StoreVals sv3(15); v1.push_back(&sv3); StoreVals sv4(20); v1.push_back(&sv4); StoreVals sv5(25); v1.push_back(&sv5); cout<< "The original values stored are:" ; for_each(v1.begin(), v1.end(), mem_fun<bool, StoreVals>(&StoreVals::display)); cout<< endl; // Use of mem_fun calling member function through a pointer // square each value in the vector using squareval () for_each(v1.begin(), v1.end(), mem_fun<int, StoreVals>(&StoreVals::squareval)); cout<< "The squared values are:" ; for_each(v1.begin(), v1.end(), mem_fun<bool, StoreVals>(&StoreVals::display)); cout<< endl; // Use of mem_fun1 calling member function through a pointer // subtract 5 from each value in the vector using lessconst () for_each(v1.begin(), v1.end(), bind2nd (__gnu_cxx::mem_fun1<int, StoreVals,int>(&StoreVals::lessconst), 5)); cout<< "The squared values less 5 are:" ; for_each(v1.begin(), v1.end(), mem_fun<bool, StoreVals>(&StoreVals::display)); cout<< endl; }

分享名稱:mem_fun例子-創(chuàng)新互聯(lián)
文章路徑:http://www.rwnh.cn/article44/cceoee.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)網(wǎng)站制作、App開發(fā)、企業(yè)建站、網(wǎng)站設(shè)計公司域名注冊、外貿(mào)建站

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

外貿(mào)網(wǎng)站制作
秦皇岛市| 江华| 祁阳县| 理塘县| 广宁县| 子洲县| 福安市| 绥德县| 宿州市| 罗甸县| 房山区| 肥西县| 志丹县| 彰化县| 田阳县| 中山市| 连南| 景德镇市| 新田县| 安顺市| 泸定县| 祁阳县| 绩溪县| 新干县| 金寨县| 抚宁县| 吐鲁番市| 闵行区| 蒙城县| 美姑县| 博客| 轮台县| 罗甸县| 大兴区| 贡嘎县| 广水市| 特克斯县| 丘北县| 南溪县| 老河口市| 邯郸县|