Resolved! What is the right initialization of array of pointers to members of the c++ 17 class?
I'm using VS 2019 with visualgdb extension for stm32f303vc device. I have a class TlteCom with array of pointers to members of the c++ 17 class. Here it is.class TlteCom { public: volatile uint16_t number=0; volatile uint16_t paramNumber=0; ...