摘要: 我们都知道,在STL中基本上都使用了模板类的声明,即template。在模板类的声明中,我们有两种方式: 1 2 template <class T> template <typename T> 在这里,class和typename是相同的。也就是说,在声明一个template type param 阅读全文
posted @ 2020-09-02 10:37 Andhui 阅读(421) 评论(0) 推荐(0) 编辑