C++11 constexpr noexcept explicit 说明
1、constexpr
http://t.csdnimg.cn/WFfbB
什么是字面值 字面值是指在程序中无需变量保存,可直接表示为一个具体的数字或字符串的值
2、noexcept
http://t.csdnimg.cn/hRdJX
3.explicit
http://t.csdnimg.cn/wu7VL
1、constexpr
http://t.csdnimg.cn/WFfbB
什么是字面值 字面值是指在程序中无需变量保存,可直接表示为一个具体的数字或字符串的值
2、noexcept
http://t.csdnimg.cn/hRdJX
3.explicit
http://t.csdnimg.cn/wu7VL