Expand constexpr array into positional function arguments
Advertisements I’m used to using x macros to have powerful code generation. One of the features I like specifically is that I can’t mess up the order of the values nor can I forget one. I want to know if there’s a similar strategy for arrays and function params For example: If a library provides… Read More Expand constexpr array into positional function arguments