e.1byte.ioModern C++ in small pieces: constant expressionsModern C++ introduces the constexpr specifier to allow declaring compile-time constant expressions. This allows the programmer to explicitly specify what should be computed at compile time, instead of guessing what might be optimized away as constant...Jul 10, 2019