33 namespace std _GLIBCXX_VISIBILITY(default)
40 namespace regex_constants
42 _GLIBCXX_BEGIN_NAMESPACE_VERSION
123 _GLIBCXX_END_NAMESPACE_VERSION
126 _GLIBCXX_BEGIN_NAMESPACE_VERSION
165 _GLIBCXX_END_NAMESPACE_VERSION
constexpr error_type error_brack(_S_error_brack)
constexpr error_type error_stack(_S_error_stack)
constexpr error_type error_badrepeat(_S_error_badrepeat)
constexpr error_type error_complexity(_S_error_complexity)
constexpr error_type error_backref(_S_error_backref)
constexpr error_type error_paren(_S_error_paren)
regex_error(regex_constants::error_type __ecode)
Constructs a regex_error object.
A regular expression exception class.The regular expression library throws objects of this class on e...
ISO C++ entities toplevel namespace is std.
regex_constants::error_type code() const
Gets the regex error code.
constexpr error_type error_range(_S_error_range)
constexpr error_type error_ctype(_S_error_ctype)
constexpr error_type error_brace(_S_error_brace)
constexpr error_type error_collate(_S_error_collate)
constexpr error_type error_escape(_S_error_escape)
constexpr error_type error_space(_S_error_space)
constexpr error_type error_badbrace(_S_error_badbrace)