c++类模板可以前置声明吗?格式是什么样的?有不能前置声明的吗?在.h文件中前置声明,在.cpp中include
无非就是
templete <typename 类型> class xxx { ...; }
http://blog.csdn.net/fuli1215/article/details/6320730
引用 2楼http://blog.csdn.net/fuli1215/article/details/6320730
template class xxxx;