33 namespace std _GLIBCXX_VISIBILITY(default)
46 namespace regex_constants
48 _GLIBCXX_BEGIN_NAMESPACE_VERSION
86 constexpr syntax_option_type
icase = 1 << _S_icase;
93 constexpr syntax_option_type
nosubs = 1 << _S_nosubs;
101 constexpr syntax_option_type
optimize = 1 << _S_optimize;
107 constexpr syntax_option_type
collate = 1 << _S_collate;
117 constexpr syntax_option_type
ECMAScript = 1 << _S_ECMAScript;
126 constexpr syntax_option_type
basic = 1 << _S_basic;
134 constexpr syntax_option_type
extended = 1 << _S_extended;
144 constexpr syntax_option_type
awk = 1 << _S_awk;
152 constexpr syntax_option_type
grep = 1 << _S_grep;
160 constexpr syntax_option_type
egrep = 1 << _S_egrep;
305 _GLIBCXX_END_NAMESPACE_VERSION
constexpr match_flag_type match_default
Facet for localized string comparison.
constexpr match_flag_type match_not_eow
constexpr syntax_option_type extended
constexpr syntax_option_type nosubs
constexpr match_flag_type match_not_bow
constexpr syntax_option_type grep
constexpr match_flag_type match_not_bol
constexpr match_flag_type format_no_copy
constexpr syntax_option_type ECMAScript
constexpr match_flag_type match_not_null
ISO C++ entities toplevel namespace is std.
constexpr match_flag_type format_default
constexpr match_flag_type match_continuous
__syntax_option
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type match_any
constexpr match_flag_type match_prev_avail
__match_flag
This is a bitmask type indicating regex matching rules.
std::bitset< _S_match_flag_last > match_flag_type
This is a bitmask type indicating regex matching rules.
constexpr syntax_option_type awk
constexpr syntax_option_type optimize
constexpr syntax_option_type icase
unsigned int syntax_option_type
This is a bitmask type indicating how to interpret the regex.
constexpr match_flag_type format_sed
constexpr syntax_option_type basic
constexpr match_flag_type format_first_only
constexpr syntax_option_type egrep
constexpr match_flag_type match_not_eol