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
  229 	string_type
  234 	  string_type __s(__first, __last);
  253 	string_type
  281 	string_type
  402       typedef typename traits_type::string_type   string_type;
usr/include/c++/7.4.0/bits/regex.tcc
  129     typename regex_traits<_Ch_type>::string_type
  274 	  return string_type(1, __fctyp.widen(
  280       return string_type();
  347       std::basic_istringstream<char_type> __is(string_type(1, __ch));
usr/include/c++/7.4.0/bits/regex_compiler.h
   77       typedef typename _TraitsT::string_type _StringT;
  224       typedef typename _TraitsT::string_type	      _StringT;
  440       typedef typename _TraitsT::string_type                 _StringT;