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 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