33namespace std _GLIBCXX_VISIBILITY(default)
35_GLIBCXX_BEGIN_NAMESPACE_VERSION
42namespace regex_constants
161 regex_error(error_type __ecode,
const char* __what)
167 __throw_regex_error(error_type __ecode __attribute__((__unused__)),
168 const char* __what __attribute__((__unused__)))
169 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
186_GLIBCXX_END_NAMESPACE_VERSION
ISO C++ entities toplevel namespace is std.
constexpr error_type error_space(_S_error_space)
constexpr error_type error_ctype(_S_error_ctype)
constexpr error_type error_brace(_S_error_brace)
constexpr error_type error_badbrace(_S_error_badbrace)
constexpr error_type error_escape(_S_error_escape)
constexpr error_type error_range(_S_error_range)
constexpr error_type error_badrepeat(_S_error_badrepeat)
constexpr error_type error_paren(_S_error_paren)
constexpr error_type error_stack(_S_error_stack)
constexpr error_type error_brack(_S_error_brack)
constexpr error_type error_backref(_S_error_backref)
constexpr error_type error_complexity(_S_error_complexity)
constexpr error_type error_collate(_S_error_collate)
One of two subclasses of exception.
A regular expression exception class.
regex_error(error_type __ecode)
Constructs a regex_error object.
regex_constants::error_type code() const noexcept
Gets the regex error code.