templace

templace基础

类型做模板的参数 #include<iostream> #include<vector> #include<string> template<typename T> void Print(T value){ std::cout<<value<<std::endl; } int main(){ Pri ......
templace 基础
共1篇  :1/1页 首页上一页1下一页尾页