-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
创建 SUMMARY 文件以设置 gitbook 目录,调整格式,新增文件
- Loading branch information
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Summary | ||
|
||
* [介绍](README.md) | ||
* [阅读须知](md/README.md) | ||
* [函数模板](md/第一部分-基础知识/01函数模板.md) | ||
* [类模板](md/第一部分-基础知识/02类模板.md) | ||
* [变量模板](md/第一部分-基础知识/03变量模板.md) | ||
* [模板全特化](md/第一部分-基础知识/04模板全特化.md) | ||
* [模板偏特化](md/第一部分-基础知识/05模板偏特化.md) | ||
* [模板显式实例化解决模板分文件问题](md/第一部分-基础知识/06模板显式实例化解决模板分文件问题.md) | ||
* [显式实例化解决模板导出静态动态库](md/第一部分-基础知识/07显式实例化解决模板导出静态动态库.md) | ||
* [折叠表达式](md/第一部分-基础知识/08折叠表达式.md) | ||
* [待决名](md/第一部分-基础知识/09待决名.md) | ||
* [了解与利用 SFINAE](md/第一部分-基础知识/10了解与利用SFINAE.md) | ||
* [约束与概念](md/第一部分-基础知识/11约束与概念.md) | ||
* [作业提交展示](homework/README.md) | ||
* [mq卢瑟](homework/08折叠表达式作业/mq卢瑟.md) | ||
* [rosevehif](homework/08折叠表达式作业/roseveknif.md) | ||
* [mq日](homework/08折叠表达式作业/mq日.md) | ||
* [ooolize](homework/08折叠表达式作业/ooolize.md) | ||
* [saidfljwnzjasf](homework/08折叠表达式作业/saidfljwnzjasf.md) | ||
* [总结](md/第一部分-基础知识/12总结.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 提交方式 | ||
# 提交方式 | ||
|
||
直接 [fork](https://github.com/Mq-b/Modern-Cpp-templates-tutorial/fork) 本仓库。在本地先新建分支,转到分支,在 homework 文件夹中的具体题目文件夹中新建自己的文件或文件夹,写好后,提出 pr。 | ||
直接 [fork](https://github.com/Mq-b/Modern-Cpp-templates-tutorial/fork) 本仓库。在本地先新建分支,转到分支,在 homework 文件夹中的具体题目文件夹中新建自己的文件或文件夹,写好后,提出 pr。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# 总结 | ||
|
||
  模板的知识远不止如此,希望各位以此为起点,尽情探索现代 C++ 模板的作用。本文档长期更新,如有任何内容的问题,欢迎访问 [Github 仓库](https://github.com/Mq-b/Modern-Cpp-templates-tutorial)。 |