花括号操作符重载

#include 
using namespace std;

class Square{
public:
    double operator()(double x)const{
        return x * x;
    }
    int operator()(int a,int b,int c=0)const{
        return a+b-c;
    }
};

int main(void){
    Square sq;
    //括号里面的参数会被自动当作形参传入
    cout << sq(12) << endl; //144
    cout << sq(1,5,3) << endl; //3
    cout << sq(1,3) << endl; //4
    return 0;
}

标题名称:花括号操作符重载
文章URL:http://hxwzsj.com/article/gcdccg.html

其他资讯

Copyright © 2025 青羊区翔捷宏鑫字牌设计制作工作室(个体工商户) All Rights Reserved 蜀ICP备2025123194号-14
友情链接: 成都商城网站制作 网站建设改版 外贸网站设计方案 网站建设公司 温江网站设计 网站制作 成都网站制作 成都网站制作 重庆网站建设 成都响应式网站建设公司 成都网站建设公司 成都网站建设 企业网站建设公司 成都网站建设公司 成都企业网站建设公司 成都网站建设 手机网站建设 成都网站设计 重庆企业网站建设 成都网站设计公司 成都网站建设 重庆手机网站建设