Differences between keywords constexpr, consteval and constinit
C++20 新增了两个 const 相关的关键字,于是当前存在四个相似的关键字:const,constexpr,consteval 和 constinit。 接下来分别来进行讨论。 第一,经过 con… Continue Reading Differences between keywords constexpr, consteval and constinit
Dive deep into the C++ core, and discover more!
C++20 新增了两个 const 相关的关键字,于是当前存在四个相似的关键字:const,constexpr,consteval 和 constinit。 接下来分别来进行讨论。 第一,经过 con… Continue Reading Differences between keywords constexpr, consteval and constinit