c++ primer note
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c++ primer note相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章