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
   79 	__ostr << __str._M_delim;
   80 	for (const _CharT* __c = __str._M_string; *__c; ++__c)
   82 	    if (*__c == __str._M_delim || *__c == __str._M_escape)
   82 	    if (*__c == __str._M_delim || *__c == __str._M_escape)
   83 	      __ostr << __str._M_escape;
   86 	__ostr << __str._M_delim;