constexpr、consteval、constinit 的现代用法 | C++

本章覆盖:constexpr variable;constexpr function;constexpr object;constant evaluation;`consteval`;immediate function;`constinit`;static initialization;compile-time validation;不把运行时业务强行编译期化;C++20 compile-time 能力扩展。

本章知识点

  • constexpr variable
  • constexpr function
  • constexpr object
  • constant evaluation
  • consteval
  • immediate function
  • constinit
  • static initialization
  • compile-time validation
  • 不把运行时业务强行编译期化
  • C++20 compile-time 能力扩展