DEV Community

Francis
Francis

Posted on

All About the Const Family in C++

Outline

  • const
  • constexpr
  • consteval
  • constinit

Understanding const, constexpr, consteval, and constinit in Modern C++

more detail: https://medium.com/gitconnected/all-about-the-const-family-in-c-a87070d602b6

Image description

Top comments (0)