reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/regex_error.h
   67   constexpr error_type error_collate(_S_error_collate);
   70   constexpr error_type error_ctype(_S_error_ctype);
   76   constexpr error_type error_escape(_S_error_escape);
   79   constexpr error_type error_backref(_S_error_backref);
   82   constexpr error_type error_brack(_S_error_brack);
   85   constexpr error_type error_paren(_S_error_paren);
   88   constexpr error_type error_brace(_S_error_brace);
   91   constexpr error_type error_badbrace(_S_error_badbrace);
   97   constexpr error_type error_range(_S_error_range);
  103   constexpr error_type error_space(_S_error_space);
  108   constexpr error_type error_badrepeat(_S_error_badrepeat);
  114   constexpr error_type error_complexity(_S_error_complexity);
  120   constexpr error_type error_stack(_S_error_stack);
  137     regex_constants::error_type _M_code;
  146     regex_error(regex_constants::error_type __ecode);
  155     regex_constants::error_type
  160     regex_error(regex_constants::error_type __ecode, const char* __what)
  164     friend void __throw_regex_error(regex_constants::error_type, const char*);
  170   __throw_regex_error(regex_constants::error_type __ecode);
  173   __throw_regex_error(regex_constants::error_type __ecode, const char* __what)