What would "class Derived" mean exactly in this line?
template <class Derived, uint8_t NumRows, uint8_t NumCols>
I believe it's defining a template parameter called "Derived" that's a class. Similarly, "NumRows" and "NumCols" are template parameters of type uint8_t.
Thanks
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.