bool operator==( const T& rSrc ) const;
Return Value
The result of the comparison between m_T and rSrc.
Parameters
rSrc
A reference to the object to be compared.
Remarks
Compares an object of the adapted type with m_T.
CAdapt Overview | Class Members
See Also