mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2025-01-14 06:10:32 +08:00
Fix typo
This commit is contained in:
parent
95f1f01a9b
commit
d5b2e23468
@ -145,7 +145,7 @@ constexpr auto reflectedMid = //reflectedMid的值
|
||||
|
||||
**请记住:**
|
||||
|
||||
+ `constexpr`对象是`cosnt`,它被在编译期可知的值初始化
|
||||
+ 当传递编译期可知的值时,`cosntexpr`函数可以产出编译期可知的结果
|
||||
+ `constexpr`对象是`const`,它被在编译期可知的值初始化
|
||||
+ 当传递编译期可知的值时,`constexpr`函数可以产出编译期可知的结果
|
||||
+ `constexpr`对象和函数可以使用的范围比non-`constexpr`对象和函数要大
|
||||
+ `constexpr`是对象和函数接口的一部分
|
||||
|
Loading…
Reference in New Issue
Block a user