30
Regular expressions library
[re]
30.4
Namespace
std::regex_constants
[re.const]
30.4.1
General
[re.const.general]
1
#
The namespace
std
::
regex_constants
holds symbolic constants used by the regular expression library
.
This namespace provides three types,
syntax_option_type
,
match_flag_type
, and
error_type
, along with several constants of these types
.