Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
constexpr is a C++11 keyword for generalized constant expressions. In other words, constexpr indicates that an expression will always return the same values, thus rendering this return value a compile-time constant.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.