Skip to content

Commit ce81f35

Browse files
author
mtx48109
committed
stubs regex-constants-class
1 parent 66f0da6 commit ce81f35

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/standard-library/regex-constants-class.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ namespace regex_constants {
3030
3131
The namespace `regex_constants` encapsulates several flag types and their associated flag values.
3232
33+
|||
34+
|-|-|
35+
|[error_type](#error_type)|Flags for reporting regular expression syntax errors.|
36+
|[match_flag_type](#match_flag_type)|Flags for regular expression matching options.|
37+
|[syntax_option_type](#syntax_option_type)|Flags for selecting syntax options.|
38+
3339
## Requirements
3440
3541
**Header:** \<regex>

0 commit comments

Comments
 (0)