From 56dccfc13304188c97afc3634ff8065d3145c023 Mon Sep 17 00:00:00 2001 From: wuye9036 Date: Sun, 6 Dec 2015 22:57:33 -0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E7=AC=AC=E4=B8=89?= =?UTF-8?q?=E7=AB=A0=E7=9A=84=E5=86=99=E4=BD=9C=E8=AE=A1=E5=88=92=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReadMe.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index 048f05d..a8a2283 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1619,12 +1619,11 @@ template struct X { 从下一章开始,我们将进入元编程环节。我们将使用大量的示例,一方面帮助巩固大家学到的模板知识,一方面也会引导大家使用函数式思维去解决常见的问题。 -## 3 深入理解特化 +## 3 深入理解特化与偏特化 -###3.1 利用偏特化实现If-Then-Else -###3.2 正确的理解偏特化 -###3.3 后悔药:SFINAE -###3.4 技巧单元:获得类型的属性——类型萃取(Type Traits) +###3.1 正确的理解偏特化 +###3.2 后悔药:SFINAE +###3.3 实战单元:获得类型的属性——类型萃取(Type Traits) ## 4 用模板写程序吧!骚年! ###4.1 模板上的递归