Variable Comb.myArray

struct Comb
{
  // ...
  T* myArray ;
  // ...
}