Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.