请问下列c++类模板函数设计有什么问题 - 爱问答

(爱问答)

请问下列c++类模板函数设计有什么问题

class Count{

public:

template<typename T,typename TT>

    auto Add1(T a,TT b)->decltype(T+TT)

    {

    decltype(T+TT) c;

    c=a+b;

    return c;

}

template<typename T,typename TT>

    auto Add2(T a,TT b)->decltype(T-TT)

    {

    decltype(T-TT) c;

    c=a-b;

    return c;

}

template<typename T,typename TT>

    auto Add3(T a,TT b)->decltype(T*TT)

    {

    decltype(T*TT) c;

    c=a*b;

    return c;

}

template<typename T,typename TT>

    auto Add4(T a,TT b)->decltype(T/TT)

    {

    decltype(T/TT) c;

    c=a/b;

    return c;

}

    Count();

    ~Count();

    private:

    long long a;

    long long b;

};

 Dev-c++编译器报错如下:

 [Error] expected type-specifier before 'decltype'

 [Error] expected initializer before 'decltype'

 [Error] expected type-specifier before 'decltype'

 [Error] expected initializer before 'decltype'

 [Error] expected type-specifier before 'decltype'

 [Error] expected initializer before 'decltype'

 [Error] expected type-specifier before 'decltype'

 [Error] expected initializer before 'decltype'


dev-cpp用的是gcc编译器,它不支持

  auto Add1(T a,TT b)->decltype(T+TT)

这种语法的,具体的是不支持模板类型的+-*/运算

只支持基本类型,如

  auto test(int a,int b)->decltype(a+b)

(即使使用--std=c++14)

个人也感觉这样有问题,若是非基本类型,如结构或类,它的

+-*/如何运算

而较新版本的gcc (Ubuntu 7.3.0)用上c++17还是不支持

我没有细细研究过ISO C++标准是否支持这样语法

我的测试,vc++2019(19.21.27702.2)支持你的语法的


下一篇:单元格排序,数字后面有的带字母的与数字一起排序在一起

上一篇:bat文件打开会闪退

热门标签:
excel 网盘 破解 word dll
最新更新:
微软重新评估新的Outlook的使用时机 联想推出搭载联发科Helio G80芯片组的Tab M9平板 英特尔创新大赛时间确定! 微软Edge浏览器在稳定渠道中推出Workspaces功能 英伟达RTX4060TiGPU推出MaxSun动漫主题! 谷歌地图为用户提供了街景服务! GameSir 在T4 Kaleid中推出了一款出色的控制器! 微软开始在Windows 11 中测试其画图应用程序的新深色模式! LG电子推出全球首款无线OLED电视 英伟达人工智能芯片崭露头角! Steam Deck可以玩什么游戏-Steam Deck价格限时优惠 雷蛇推出CobraPro鼠标 Kindle电子阅读器可以访问谷歌商店吗 Windows10如何加入组策略 window10图片查看器怎么没有了?