1
45
这意味着
换句话说,你应该使用
|
2
8
|
3
4
C++ 17
use of constexpr in header file 主.cpp
notmain.cpp
C++标准保证地址相同。 C++17 N4659 standard draft 10.1.6“内联说明符”:
https://en.cppreference.com/w/cpp/language/inline
解释说如果
另请参见: How to declare constexpr extern? 在gcc7.4.0,ubuntu18.04中测试。
C++ 20
|
4
1
不
你也有
内存将专门为该实例分配(或者可能为整个实例)
编辑:
编辑2:
和
输出为:
|
Wad · 斐波那契和“if constexpr” 6 年前 |
user6071088 · 在constexpr函数中切换 7 年前 |
Sneftel · 为什么在constexpr函数中不允许goto? 7 年前 |
Akira · 基于模式创建位掩码,如constexpr 7 年前 |