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
 2514 	if (!regex_search(_M_begin, _M_end, _M_match, *_M_pregex, _M_flags))
 2552       { return _M_match; }
 2559       { return &_M_match; }
usr/include/c++/7.4.0/bits/regex.tcc
  505 	  && _M_match[0] == __rhs._M_match[0];
  521       if (_M_match[0].matched)
  523 	  auto __start = _M_match[0].second;
  524 	  auto __prefix_first = _M_match[0].second;
  525 	  if (_M_match[0].first == _M_match[0].second)
  525 	  if (_M_match[0].first == _M_match[0].second)
  534 		  if (regex_search(__start, _M_end, _M_match, *_M_pregex,
  540 		      auto& __prefix = _M_match._M_prefix();
  544 		      _M_match._M_begin = _M_begin;
  552 	  if (regex_search(__start, _M_end, _M_match, *_M_pregex, _M_flags))
  555 	      auto& __prefix = _M_match._M_prefix();
  559 	      _M_match._M_begin = _M_begin;