see #12: translate ch06

This commit is contained in:
Changkun Ou
2019-07-16 09:30:56 +02:00
parent 9180aab4e6
commit 507f8b9673
17 changed files with 294 additions and 36 deletions

View File

@@ -30,6 +30,7 @@
- Default template parameters
- Variadic templates
- Fold expression
- Non-type template parameter deduction
+ 2.6 Object-oriented
- Delegate constructor
- Inheritance constructor
@@ -68,11 +69,11 @@
+ 5.2 `std::shared_ptr`
+ 5.3 `std::unique_ptr`
- [**Chapter 06 Standard Library: Regular Expression**](./06-regex.md)
+ 6.1 Regular Expression Introduction
+ Normal characters
+ 6.1 Introduction
+ Ordinary characters
+ Special characters
+ Determinative
+ 6.2 `std::regex` and related
+ Quantifiers
+ 6.2 `std::regex` and its related
+ `std::regex`
+ `std::regex_match`
+ `std::match_results`