CAdapt::operator <

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

See Also

CAdapt::operator==