C++ : Vector of template class

后端 未结 4 1889
灰色年华
灰色年华 2020-12-10 04:39

I have a template class named Cell as follows:-

templateclass Cell
{
    string header, T data;
}

Now I want another class N

4条回答
提交回复
热议问题