From Jason Turner

[re.results.size]

Diff to HTML by rtfpessoa

tmp/tmpmiy0plm1/{from.md → to.md} RENAMED
@@ -1,6 +1,6 @@
1
- ### Size <a id="re.results.size">[[re.results.size]]</a>
2
 
3
  ``` cpp
4
  size_type size() const;
5
  ```
6
 
@@ -19,10 +19,10 @@ size_type max_size() const;
19
 
20
  *Returns:* The maximum number of `sub_match` elements that can be stored
21
  in `*this`.
22
 
23
  ``` cpp
24
- [[nodiscard]] bool empty() const;
25
  ```
26
 
27
  *Returns:* `size() == 0`.
28
 
 
1
+ #### Size <a id="re.results.size">[[re.results.size]]</a>
2
 
3
  ``` cpp
4
  size_type size() const;
5
  ```
6
 
 
19
 
20
  *Returns:* The maximum number of `sub_match` elements that can be stored
21
  in `*this`.
22
 
23
  ``` cpp
24
+ bool empty() const;
25
  ```
26
 
27
  *Returns:* `size() == 0`.
28