Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Const Variables
but you can initialize a static constexpr variable inside the defintion of a class.
constexprmeans that the corresponding value can be dertermined at compile time.
Static Variables
-
You …