33 namespace std _GLIBCXX_VISIBILITY(default)
35 _GLIBCXX_BEGIN_NAMESPACE_VERSION
51 namespace regex_constants
75 _S_ECMAScript = 1 << 4,
81 _S_polynomial = 1 << 10,
82 _S_multiline = 1 << 11
165 #if __cplusplus >= 201703L || !defined __STRICT_ANSI__ 193 & static_cast<unsigned int>(__b));
200 | static_cast<unsigned int>(__b));
207 ^ static_cast<unsigned int>(__b));
217 {
return __a = __a & __b; }
222 {
return __a = __a | __b; }
227 {
return __a = __a ^ __b; }
257 _S_not_null = 1 << 5,
258 _S_continuous = 1 << 6,
259 _S_prev_avail = 1 << 7,
262 _S_first_only = 1 << 10,
263 _S_match_flag_last = 1 << 11
374 & static_cast<unsigned int>(__b));
381 | static_cast<unsigned int>(__b));
388 ^ static_cast<unsigned int>(__b));
398 {
return __a = __a & __b; }
403 {
return __a = __a | __b; }
408 {
return __a = __a ^ __b; }
414 _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 syntax_option_type optimize
constexpr match_flag_type match_not_null
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 format_no_copy
constexpr syntax_option_type egrep
constexpr match_flag_type match_continuous
Facet for localized string comparison.
constexpr match_flag_type format_default
constexpr syntax_option_type basic
constexpr syntax_option_type __multiline
Extension: Equivalent to regex_constants::multiline for C++11 and C++14.
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 format_first_only
constexpr syntax_option_type operator~(syntax_option_type __a)
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type match_not_eow
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 & operator^=(syntax_option_type &__a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
constexpr syntax_option_type awk
constexpr syntax_option_type icase
constexpr match_flag_type match_not_eol
syntax_option_type
This is a bitmask type indicating how to interpret the regex.
match_flag_type
This is a bitmask type indicating regex matching rules.
constexpr match_flag_type format_sed
ISO C++ entities toplevel namespace is std.
constexpr syntax_option_type extended
constexpr syntax_option_type __polynomial
constexpr match_flag_type match_not_bol
constexpr syntax_option_type grep
constexpr syntax_option_type multiline
constexpr syntax_option_type nosubs
constexpr match_flag_type match_prev_avail
constexpr syntax_option_type ECMAScript
constexpr match_flag_type match_any
constexpr match_flag_type match_default
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_not_bow