friend CDumpContext& operator <<( CDumpContext& dc, COleCurrency curSrc );
friend CArchive& operator <<( CArchive& ar, COleCurrency curSrc );
friend CArchive& operator >>( CArchive& ar, COleCurrency& curSrc );
Remarks
The COleCurrency insertion (<<) operator supports diagnostic dumping and storing to an archive. The extraction (>>) operator supports loading from an archive.
COleCurrency Overview | Class Members | Hierarchy Chart
See Also CDumpContext, CArchive