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

References

usr/include/c++/7.4.0/bits/regex_automaton.h
  139       _State(const _State& __rhs) : _State_base(__rhs)
  141 	if (__rhs._M_opcode() == _S_opcode_match)
  143 	    _MatcherT(__rhs._M_get_matcher());