How to solve the problem of undefined reference to an array defined within a struct
I created a function template that includes a configuration struct
. I define some constants in this structure, and I want to include a couple of static arrays
. Here, I am trying to reduce the number of input parameters for the function call.