首页 > 其他 > 详细

12.15

时间:2018-12-15 21:57:14      阅读:154      评论:0      收藏:0      [点我收藏+]

Bo Qian‘s YouTube Channel

Modern C++

1. Learn C++ 11 in 20 Minutes - Part 1

     Vector initializer.

  Extended curly braces initialization to any classes, this is called Uniform Initialization.

  Uniform Initialization Search Order:

    1. Initializer_list constructor

    2. Regular constructor that takes the appropriate parameters.

    3. Aggregate initializer.

  auto

  foreach

  nullptr.

  enum class

  static_assert

  Delegating Constructor

2. Learn C++ 11 in 20 Minutes - Part 2

  override

  final

  compiler generated default constructor

  delete

  constexpr

  new string literals

  lambda function

3. C++ 11: Rvalue Reference -- Move Semantics

4. C++ 11: Rvalue Reference -- Perfect Forwarding

5. C++ 11: User Defined Literals

6. C++ 11: Compiler Generated Function

7. C++ 11: Library: Shared Pointer 1

8. C++ 11: Library: Shared Pointer 2

9. C++ 11: Library: Weak Pointers

 

12.15

原文:https://www.cnblogs.com/lefthook/p/10124836.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!