reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
74 std::basic_ostream<_CharT, _Traits>& 75 operator<<(std::basic_ostream<_CharT, _Traits>& __os, 76 const _Quoted_string<const _CharT*, _CharT>& __str) 76 const _Quoted_string<const _CharT*, _CharT>& __str) 78 std::basic_ostringstream<_CharT, _Traits> __ostr; 80 for (const _CharT* __c = __str._M_string; *__c; ++__c)