33namespace std _GLIBCXX_VISIBILITY(default)
35_GLIBCXX_BEGIN_NAMESPACE_VERSION
48namespace regex_constants
186 &
static_cast<unsigned int>(__b));
193 |
static_cast<unsigned int>(__b));
200 ^
static_cast<unsigned int>(__b));
209 {
return __a = __a & __b; }
213 {
return __a = __a | __b; }
217 {
return __a = __a ^ __b; }
377 &
static_cast<unsigned int>(__b));
384 |
static_cast<unsigned int>(__b));
391 ^
static_cast<unsigned int>(__b));
400 {
return __a = __a & __b; }
404 {
return __a = __a | __b; }
408 {
return __a = __a ^ __b; }
414_GLIBCXX_END_NAMESPACE_VERSION
ISO C++ entities toplevel namespace is std.
constexpr syntax_option_type operator&(syntax_option_type __a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
_GLIBCXX17_INLINE constexpr match_flag_type format_first_only
_GLIBCXX17_INLINE constexpr syntax_option_type basic
_GLIBCXX17_INLINE constexpr syntax_option_type awk
syntax_option_type & operator&=(syntax_option_type &__a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
_GLIBCXX17_INLINE constexpr syntax_option_type egrep
_GLIBCXX17_INLINE constexpr syntax_option_type icase
_GLIBCXX17_INLINE constexpr syntax_option_type nosubs
_GLIBCXX17_INLINE constexpr match_flag_type match_not_eol
_GLIBCXX17_INLINE constexpr match_flag_type format_sed
_GLIBCXX17_INLINE constexpr match_flag_type match_continuous
__match_flag
This is a bitmask type indicating regex matching rules.
syntax_option_type
This is a bitmask type indicating how to interpret the regex.
_GLIBCXX17_INLINE constexpr syntax_option_type __polynomial
_GLIBCXX17_INLINE constexpr match_flag_type format_no_copy
__syntax_option
This is a bitmask type indicating how to interpret the regex.
_GLIBCXX17_INLINE constexpr syntax_option_type optimize
_GLIBCXX17_INLINE 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 syntax_option_type operator^(syntax_option_type __a, syntax_option_type __b)
This is a bitmask type indicating how to interpret the regex.
_GLIBCXX17_INLINE constexpr match_flag_type match_not_null
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.
_GLIBCXX17_INLINE constexpr match_flag_type match_default
constexpr syntax_option_type operator~(syntax_option_type __a)
This is a bitmask type indicating how to interpret the regex.
_GLIBCXX17_INLINE constexpr match_flag_type match_prev_avail
_GLIBCXX17_INLINE constexpr match_flag_type match_not_bow
_GLIBCXX17_INLINE constexpr match_flag_type format_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.
_GLIBCXX17_INLINE constexpr match_flag_type match_not_bol
_GLIBCXX17_INLINE constexpr syntax_option_type extended
_GLIBCXX17_INLINE constexpr match_flag_type match_any
_GLIBCXX17_INLINE constexpr syntax_option_type ECMAScript
_GLIBCXX17_INLINE constexpr syntax_option_type grep
Facet for localized string comparison.