会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
落英聽誰細數
博客园
首页
新随笔
联系
管理
订阅
2015年8月12日
[Effective Modern C++] Item 2. Understand auto type deduction - 了解auto类型推断
摘要: 条款二 了解auto类型推断基础知识除了一处例外,auto的类型推断与template一样。存在一个直接的从template类型推断到auto类型推断的映射三类情况下的推断如下所示:// case 1const auto& rx = x; // rx -> int// case 2auto&& ur...
阅读全文
posted @ 2015-08-12 09:13 Azurewing
阅读(281)
评论(0)
推荐(0)
编辑
公告