Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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( );
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.
Requirements
Header: atlcomcli.h