首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
iconfig1
】的更多相关文章
iconfig1
#include<iostream> using namespace std; //测试 template 里面是否还可以有 template class alloc{ }; template <typename T,class Alloc=alloc> class vector{ public: typedef T value_type; typedef value_type* iterator; template<class I>//class I void ins…