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

Declarations

usr/include/c++/7.4.0/bits/regex.h
   39     class match_results;

References

usr/include/c++/7.4.0/bits/regex.h
   58 		      match_results<_BiIter, _Alloc>&      __m,
  776 	__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&,
 1614       match_results(const match_results& __rhs) = default;
 1619       match_results(match_results&& __rhs) noexcept = default;
 1624       match_results&
 1625       operator=(const match_results& __rhs) = default;
 1630       match_results&
 1631       operator=(match_results&& __rhs) = default;
 1891       swap(match_results& __that)
 1912 	__regex_algo_impl(_Bp, _Bp, match_results<_Bp, _Ap>&,
 1947   typedef match_results<const char*>             cmatch;
 1948   typedef match_results<string::const_iterator>  smatch;
 1950   typedef match_results<const wchar_t*>          wcmatch;
 1951   typedef match_results<wstring::const_iterator> wsmatch;
 1962     operator==(const match_results<_Bi_iter, _Alloc>& __m1,
 1963 	       const match_results<_Bi_iter, _Alloc>& __m2)
 1986     operator!=(const match_results<_Bi_iter, _Alloc>& __m1,
 1987 	       const match_results<_Bi_iter, _Alloc>& __m2)
 2000     swap(match_results<_Bi_iter, _Alloc>& __lhs,
 2001 	 match_results<_Bi_iter, _Alloc>& __rhs)
 2032 		match_results<_Bi_iter, _Alloc>&         __m,
 2063       match_results<_Bi_iter> __what;
 2084 		match_results<const _Ch_type*, _Alloc>& __m,
 2108 		match_results<typename basic_string<_Ch_type,
 2122 		match_results<typename basic_string<_Ch_type,
 2189 		 match_results<_Bi_iter, _Alloc>& __m,
 2217       match_results<_Bi_iter> __what;
 2236 		 match_results<const _Ch_type*, _Alloc>& __m,
 2297 		 match_results<typename basic_string<_Ch_type,
 2312 		 match_results<typename basic_string<_Ch_type,
 2488       typedef match_results<_Bi_iter>            value_type;
 2583       match_results<_Bi_iter>          _M_match;
usr/include/c++/7.4.0/bits/regex.tcc
   50 		      match_results<_BiIter, _Alloc>&      __m,
   57       typename match_results<_BiIter, _Alloc>::_Base_type& __res = __m;
  361 	   const match_results<_Bi_iter, _Alloc>::char_type* __fmt_first,
  362 	   const match_results<_Bi_iter, _Alloc>::char_type* __fmt_last,