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

References

usr/include/c++/7.4.0/bits/regex_compiler.tcc
  462 	if (__last_char.first)
  463 	  __matcher._M_add_char(__last_char.second);
  465 	  __last_char.first = true;
  466 	__last_char.second = __ch;
  470 	if (__last_char.first)
  472 	    __matcher._M_add_char(__last_char.second);
  473 	    __last_char.first = false;
  509 	  if (!__last_char.first)
  530 		  __matcher._M_make_range(__last_char.second, _M_value[0]);
  531 		  __last_char.first = false;
  535 		  __matcher._M_make_range(__last_char.second, '-');
  536 		  __last_char.first = false;