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
 1593       typedef std::basic_string<char_type>                 string_type;
 1822 	format(_Out_iter __out, const char_type* __fmt_first,
 1823 	       const char_type* __fmt_last,
 1831 	format(_Out_iter __out, const basic_string<char_type, _St, _Sa>& __fmt,
 1842 	basic_string<char_type, _St, _Sa>
 1843 	format(const basic_string<char_type, _St, _Sa>& __fmt,
 1846 	  basic_string<char_type, _St, _Sa> __result;
 1855       format(const char_type* __fmt,
 1861 	       __fmt + char_traits<char_type>::length(__fmt),
usr/include/c++/7.4.0/bits/regex.tcc
  361 	   const match_results<_Bi_iter, _Alloc>::char_type* __fmt_first,
  362 	   const match_results<_Bi_iter, _Alloc>::char_type* __fmt_last,
  366       regex_traits<char_type> __traits;
  367       typedef std::ctype<char_type> __ctype_type;