COleCurrency::operator <<, >>
Supports diagnostic dumping and storing to an archive.
friend CDumpContext& operator <<(
CDumpContext& dc,
COleCurrency curSrc
);
friend CArchive& operator <<(
CArchive& ar,
COleCurrency curSrc
);
friend CArchive& operator >>(
CArchive& ar,
COleCurrency& curSrc
);
Remarks
The extraction (>>) operator supports loading from an archive.
Requirements
Header: afxdisp.h