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

References

usr/include/c++/7.4.0/bits/quoted_string.h
  103 	__ostr << __str._M_delim;
  104 	for (auto& __c : __str._M_string)
  106 	    if (__c == __str._M_delim || __c == __str._M_escape)
  106 	    if (__c == __str._M_delim || __c == __str._M_escape)
  107 	      __ostr << __str._M_escape;
  110 	__ostr << __str._M_delim;