码迷,mamicode.com
首页 > 编程语言 > 详细

Modern C++ CHAPTER 2(读书笔记)

时间:2016-11-06 17:13:30      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:mpi   initial   pil   manage   笔记   list   init   lambda   左值   

CHAPTER 2

Recipe 2-1. Initializing Variables

Recipe 2-2. Initializing Objects with Initializer Lists

使用初始化列表的使用

Recipe 2-3. Using Type Deduction

关于auto关键字的使用

Recipe 2-4. Using auto with Functions

Recipe 2-5. Working with Compile Time Constants

 constexpr 关键字的使用

Recipe 2-6. Working with Lambdas

匿名函数的使用

Recipe 2-7. Working with Time

Recipe 2-8. Understanding lvalue and rvalue References

左值引用与右值引用

Recipe 2-9. Using Managed Pointers

各类pointer

 

Modern C++ CHAPTER 2(读书笔记)

标签:mpi   initial   pil   manage   笔记   list   init   lambda   左值   

原文地址:http://www.cnblogs.com/LauenWang/p/6035313.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!