Share via


CAdapt::operator <

Compares an object of the adapted type with m_T.

bool operator<(
   const T& rSrc
) const;

Parameters

  • rSrc
    A reference to the object to be compared.

Return Value

The result of the comparison between m_T and rSrc.

Requirements

Header: atlcomcli.h

See Also

Reference

CAdapt Class

CAdapt::operator ==

Other Resources

CAdapt Members