constexpr ensures that the compiler will replace the "getter" call with the value return, saving function call overhead. based on an idea from @blazoncek
52 KiB
52 KiB
constexpr ensures that the compiler will replace the "getter" call with the value return, saving function call overhead. based on an idea from @blazoncek