标签:ext dex 关键字 emma data map ++i code 存储
auto double a=3.7;auto x=5.2;//这里的x被auto推断为double类型map<int,int>m;for(auto it=m.begin();//这里it被auto推断为map<int,int>::iterator类型it!=m.end();++it){//....}标签:ext dex 关键字 emma data map ++i code 存储
原文地址:http://www.cnblogs.com/vanishfan/p/6736834.html