Share via


CAdapt::CAdapt

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

See Also

Reference

CAdapt Class

CAdapt::operator =

Other Resources

CAdapt Members