Share via


CComPtr::operator <

bool operator <( T* pT ) const;

Return value

Returns true if the internal pointer is less than another pointer; otherwise, false.

Parameters

pT

[in] Pointer to be compared with the internal pointer.

Remarks

Checks if the internal pointer is less than another pointer.

CComPtr OverviewClass Members