33 namespace std _GLIBCXX_VISIBILITY(default)
35 namespace regex_constants
37 _GLIBCXX_BEGIN_NAMESPACE_VERSION
119 _GLIBCXX_END_NAMESPACE_VERSION
122 _GLIBCXX_BEGIN_NAMESPACE_VERSION
160 _GLIBCXX_END_NAMESPACE_VERSION
static constexpr error_type error_badrepeat(_S_error_badrepeat)
static constexpr error_type error_range(_S_error_range)
static constexpr error_type error_badbrace(_S_error_badbrace)
static constexpr error_type error_complexity(_S_error_complexity)
static constexpr error_type error_backref(_S_error_backref)
static constexpr error_type error_escape(_S_error_escape)
regex_constants::error_type code() const
Gets the regex error code.
One of two subclasses of exception.
static constexpr error_type error_paren(_S_error_paren)
regex_error(regex_constants::error_type __ecode)
Constructs a regex_error object.
static constexpr error_type error_collate(_S_error_collate)
static constexpr error_type error_brace(_S_error_brace)
static constexpr error_type error_stack(_S_error_stack)
static constexpr error_type error_ctype(_S_error_ctype)
A regular expression exception class.The regular expression library throws objects of this class on e...
static constexpr error_type error_space(_S_error_space)
static constexpr error_type error_brack(_S_error_brack)