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

References

usr/include/c++/7.4.0/bits/regex.h
   91       typedef std::basic_string<char_type> 	string_type;
  177       length(const char_type* __p)
  187       char_type
  188       translate(char_type __c) const
  200       char_type
  201       translate_nocase(char_type __c) const
  203 	typedef std::ctype<char_type> __ctype_type;
  232 	  typedef std::collate<char_type> __collate_type;
  262 	  typedef std::ctype<char_type> __ctype_type;
  264 	  std::vector<char_type> __s(__first, __last);
  396       static_assert(is_same<_Ch_type, typename _Rx_traits::char_type>::value,
usr/include/c++/7.4.0/bits/regex.tcc
  133       typedef std::ctype<char_type> __ctype_type;
  289       typedef std::ctype<char_type> __ctype_type;
  333       typedef std::ctype<char_type> __ctype_type;
  347       std::basic_istringstream<char_type> __is(string_type(1, __ch));
usr/include/c++/7.4.0/bits/regex_automaton.h
  222     : _NFA_base, std::vector<_State<typename _TraitsT::char_type>>
  224       typedef typename _TraitsT::char_type	_Char_type;
usr/include/c++/7.4.0/bits/regex_compiler.h
   63       typedef typename _TraitsT::char_type        _CharT;
  223       typedef typename _TraitsT::char_type	      _CharT;
  332       typedef typename _TraitsT::char_type _CharT;