Const vs constexpr

constexpr everywhere you can, otherwise const.

constexpr > const > nothing

See here on the difference: