CAdapt::CAdapt

CAdapt( );

CAdapt( const T& rSrc );

CAdapt( const CAdapt& rSrCA );

Parameters

rSrc

A variable of the type being adapted to be copied into the newly constructed adapter object.

rSrCA

An adapter object whose contained data should be copied into the newly constructed adapter object.

Remarks

The constructors allow an adapter object to be default constructed, copied from an object of the adapted type, or copied from another adapter object.

CAdapt OverviewClass Members

See Also

CAdapt::operator=