harttle / harttle.github.io

Harttle Land 的源码和文章
https://harttle.land
Creative Commons Attribution 4.0 International
122 stars 32 forks source link

2015/10/08/cpp11 #152

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

C++11有哪些新特性? | Harttle Land

C++是一门伟大的语言,永远给程序员最大的设计自由,未使用的特性从不产生副作用,新版本永远完全兼容旧版本。C++11先前被称作C++0x,即ISO/IEC 14882:2011,是C++编程语言的一个标准。 之前的C++标准包括C++98、C++0...

https://harttle.land/2015/10/08/cpp11.html

yayashuxue commented 3 years ago

“decltype用于获取一个表达式的类型,而不对表达式进行求值(类似于sizeof)。decltyp(e)规则如下:” 这句的sizeof是想说typeof 吗?