33 namespace std _GLIBCXX_VISIBILITY(default)
39 namespace regex_constants
41 _GLIBCXX_BEGIN_NAMESPACE_VERSION
79 static constexpr syntax_option_type
icase = 1 << _S_icase;
86 static constexpr syntax_option_type
nosubs = 1 << _S_nosubs;
94 static constexpr syntax_option_type
optimize = 1 << _S_optimize;
100 static constexpr syntax_option_type
collate = 1 << _S_collate;
110 static constexpr syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
119 static constexpr syntax_option_type
basic = 1 << _S_basic;
127 static constexpr syntax_option_type
extended = 1 << _S_extended;
137 static constexpr syntax_option_type
awk = 1 << _S_awk;
145 static constexpr syntax_option_type
grep = 1 << _S_grep;
153 static constexpr syntax_option_type
egrep = 1 << _S_egrep;
228 static constexpr match_flag_type
match_any = 1 << _S_any;
298 _GLIBCXX_END_NAMESPACE_VERSION
static constexpr match_flag_type match_not_eow
static constexpr syntax_option_type basic
static constexpr match_flag_type match_default
static constexpr syntax_option_type grep
static constexpr syntax_option_type icase
static constexpr syntax_option_type nosubs
static constexpr match_flag_type match_not_null
static constexpr match_flag_type match_not_eol
unsigned int syntax_option_type
This is a bitmask type indicating how to interpret the regex.
static constexpr syntax_option_type ECMAScript
__syntax_option
This is a bitmask type indicating how to interpret the regex.
static constexpr match_flag_type format_no_copy
static constexpr syntax_option_type egrep
__match_flag
This is a bitmask type indicating regex matching rules.
static constexpr match_flag_type format_first_only
Facet for localized string comparison.
static constexpr match_flag_type match_any
static constexpr match_flag_type match_not_bol
static constexpr syntax_option_type optimize
ISO C++ entities toplevel namespace is std.
static constexpr match_flag_type match_continuous
static constexpr match_flag_type match_not_bow
static constexpr match_flag_type format_sed
static constexpr syntax_option_type extended
static constexpr syntax_option_type awk
std::bitset< _S_match_flag_last > match_flag_type
This is a bitmask type indicating regex matching rules.
static constexpr match_flag_type format_default
static constexpr match_flag_type match_prev_avail