mirror of
https://github.com/CnTransGroup/EffectiveModernCppChinese.git
synced 2026-08-23 03:13:29 +08:00
11 lines
522 B
Markdown
11 lines
522 B
Markdown
# Effective Modern C++ 翻译
|
||
42 Specific Ways To Improve Your Use Of C++11 And C++14
|
||
|
||
!本书面向对C++有较熟悉理解的读者
|
||
|
||
# 目录
|
||
|
||
1. 类型推导
|
||
1. [Item 1:理解模板类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item1.md)
|
||
2. [Item 2:理解auto类型推导[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item2.md)
|
||
3. [Item 2:理解decltype[已翻译]](https://github.com/racaljk/EffectiveModernCppChinese/blob/master/item3.md) |