标签:
1.decltype
2.auto
3.cbegin
4.cend
5.constexpr
6.(*Parray)[10]=&arr; //Parray 指向一个含有10个整数的数组
7.(&arrRef)[10]=arr; //arrRef 引用一个含有10个整数的数组
c++ primer note
原文地址:http://www.cnblogs.com/thefirstfeeling/p/5843166.html