33 namespace std _GLIBCXX_VISIBILITY(default)
46 namespace regex_constants
48 _GLIBCXX_BEGIN_NAMESPACE_VERSION
176 & static_cast<unsigned int>(__b));
183 | static_cast<unsigned int>(__b));
190 ^ static_cast<unsigned int>(__b));
199 {
return __a = __a & __b; }
203 {
return __a = __a | __b; }
207 {
return __a = __a ^ __b; }
365 & static_cast<unsigned int>(__b));
372 | static_cast<unsigned int>(__b));
379 ^ static_cast<unsigned int>(__b));
388 {
return __a = __a & __b; }
392 {
return __a = __a | __b; }
396 {
return __a = __a ^ __b; }
400 _GLIBCXX_END_NAMESPACE_VERSION
constexpr syntax_option_type operator&(syntax_option_type __a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type match_prev_avail
constexpr match_flag_type match_not_eow
syntax_option_type & operator^=(syntax_option_type &__a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type match_not_eol
constexpr match_flag_type match_any
syntax_option_type & operator&=(syntax_option_type &__a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr syntax_option_type grep
constexpr syntax_option_type egrep
constexpr syntax_option_type nosubs
syntax_option_type
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type match_not_bow
constexpr syntax_option_type operator|(syntax_option_type __a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr syntax_option_type optimize
constexpr match_flag_type format_default
Facet for localized string comparison.
constexpr match_flag_type format_no_copy
constexpr match_flag_type format_sed
constexpr syntax_option_type basic
constexpr match_flag_type match_default
constexpr syntax_option_type awk
constexpr syntax_option_type icase
constexpr syntax_option_type operator~(syntax_option_type __a)
This is a bitmask type indicating how to interpret the regex.
match_flag_type
This is a bitmask type indicating regex matching rules.
syntax_option_type & operator|=(syntax_option_type &__a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr syntax_option_type ECMAScript
__match_flag
This is a bitmask type indicating regex matching rules.
constexpr syntax_option_type operator^(syntax_option_type __a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr syntax_option_type extended
ISO C++ entities toplevel namespace is std.
__syntax_option
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type format_first_only
constexpr match_flag_type match_not_bol
constexpr match_flag_type match_not_null
constexpr match_flag_type match_continuous