I want to create array of CArray.

If I have this below CArray

CArray<unsigned char, unsigned char> m_data;

I want to create Array of m_data. Do you know how to do that ?