The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CAdapt::operator <
Compares an object of the adapted type with m_T.
bool operator<(
const T& rSrc
) const;
- rSrc
A reference to the object to be compared.
The result of the comparison between m_T and rSrc.
Requirements
Header: atlcomcli.h
Show: