COleCurrency::operator <<, >>

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 OverviewClass MembersHierarchy Chart

See Also   CDumpContext, CArchive