Creatorlxd's Blog
首页
分类
维基
链接
关于
const对左值引用类型的影响
const
对左值引用类型的影响
const
同
&&
一样,对左值引用类型不会产生影响。 例:
T
const
=>
T
//T 是左值引用类型
T
&&
=>
T
//T 是左值引用类型
Show Disqus Comments
Please enable JavaScript to view the
comments powered by Disqus.
Search
welcome to visit my github
Table of Contents