我在一个类MyClass中申请CArray类的变量如下:typedef struct{
    char* data;
    int  dataLen;
}Data;CArray<Data,Data> m_Arr;总是通不过编译,请问是出了什么问题,CArray类到底该如何使用