CString::operator <<, >>

This insertion (<<) operator for diagnostic dumping and storing to an archive.

This extraction (>>) operator for loading from an archive.

The CDumpContext operators are valid only in the Debug version of the MFC for Windows CE.

At a Glance

Header file: Afx.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

friend CArchive& operator <<( CArchive& ar, const CString& string );
throw( CArchiveException );

friend CArchive& operator >>( CArchive& ar, CString& string );
throw( CArchiveException );

friend CDumpContext& operator <<( CDumpContext& dc, const CString& string );

See Also

CDumpContext