Information
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.

CComPtrBase::operator <

 

The less-than operator.


      bool operator <(
   T * pT 
) const throw( );

pT

A pointer to an object.

Returns true if the pointer managed by current object is less than the pointer to which it is being compared.

Requirements

Header: atlcomcli.h

Show: