libprimis
libprimis copied to clipboard
Use `constexpr` for compile time constants
C++11 and above have a constexpr
storage type for values which can be evaluated and are fixed during compilation. Using constexpr
for these values makes it more clear when values are being set.