摘要:
C++Template的定义方法为:template<class T>...或者是template<typename T>... 在模板定义语法中两者是一样的。 但是typename有另外一个用法:使用嵌套依赖类型 typedef typename T::LengthType LengthType; 阅读全文
posted @ 2020-03-25 21:08
Togepizzz
阅读(340)
评论(0)
推荐(0)
浙公网安备 33010602011771号