The insertion (<<) operator is used for diagnostic dumping and storing to an archive.
The 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& operator <<( CDumpContext& dc,
COleCurrency curSrc );
friend CArchive& operator <<( CArchive& ar, COleCurrency curSrc );
friend CArchive& operator >>( CArchive& ar, COleCurrency& curSrc );