摘要: C++模板元编程(三)typename和template关键字 正确的使用关键字typename与template可以很多细微的语法错误,总结如下。 1. template关键字用来引入模板声明和定义,如:template class Vector; 2. typename... 阅读全文
posted @ 2016-01-02 00:07 corfox 阅读(534) 评论(0) 推荐(0) 编辑