COleVariant::operator <<, >>

Use the COleVariant insertion (<<) operator for diagnostic dumping and storing to an archive.

Use the extraction (>>) operator for loading from an archive.

Syntax

friend CDumpContext& AFXAPI operator <<( CDumpContext& dc, COleVariant varSrc );

friend CArchive& AFXAPI operator <<( CArchive& ar, COleVariant varSrc );

friend CArchive& AFXAPI operator >>( CArchive& ar, COleVariant& varSrc );

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

COleVariant Overview, COleVariant Operators, Automation Types, CDumpContext, CArchive