- 关键字:
auto, nullptr, explicit, final, override, constexpr, decltype, long long, default, delete,
sizeof..., - 新库:
<chrono>, < regex > - 新类:
allocator, begin, end, - std::function bind
- 列表初始化
- for循环
- 左值右值,static_cast
- move, forward
- 除法取整规则
- type_traits
- optional
- 委托构造&继承构造
12.内存对齐
13.便利算法 - 枚举/Union
- noexcept
- inline namespace,
STL:
vector: 初始化,vectors定义, shrink_to_fit
bitset操作
array, forward_list
cbegin, cend
swap,
emplace_back
unordered container
pair返回值
make_move_iterator
tuple
大项:
智能指针
多线程
模板
lambda表达式
网友评论