Programming with Constant Expressions
Learn compile-time optimization with the constexpr and consteval functions.
Using the constexpr
keyword for compile-time evaluation
An expression prefixed with the constexpr keyword tells the compiler that the expression should be evaluated at compile time:
Get hands-on with 1400+ tech skills courses.