Lecture 6 - Slide 33 : 40
Examples of constant expressions
We show a number of examples of constant expressions
Examples of constant expressions - C++11.
The same program - with results statically asserted.
Evaluation of constexpr at run-time - C++11.
Relaxed constexpr in C++14.
Examples of a literal type, struct Point - C++11.
The same program - with results statically asserted.
Examples of class Circle with a constexpr constructor - C++11.