CAdapt& operator=( const T& rSrc );
Return Value
A reference to the current object.
Parameters
rSrc
A reference to an object of the adapted type to be copied.
Remarks
The assignment operator assigns the argument, rSrc, to the data member m_T and returns the current adapter object.
CAdapt Overview | Class Members
See Also