This insertion (<<) operator is used for diagnostic dumping and storing to an archive.
This extraction (>>) operator is used for loading from an archive.
Header file: | Afxdisp.h |
Platforms: | H/PC 2.0, H/PC Pro |
Windows CE versions: | 2.0 and later |
Complete documentation: | Visual C++ documentation |
friend CDumpContext& AFXAPI operator <<( CDumpContext& dc, COleVariant varSrc );
friend CArchive& AFXAPI operator <<( CArchive& ar, COleVariant varSrc );
friend CArchive& AFXAPI operator >>( CArchive& ar, COleVariant& varSrc );