CAdapt::operator =

The assignment operator assigns the argument, rSrc, to the data member m_T and returns the current adapter object.

CAdapt& operator=( 
   const T& rSrc  
);

Parameters

  • rSrc
    A reference to an object of the adapted type to be copied.

Return Value

A reference to the current object.

Requirements

Header: atlcomcli.h

See Also

Reference

CAdapt Class

CAdapt::CAdapt