operator < (ATL)

 

Tests if the CSid object or SID structure on the left side of the operator is less than the CSid object or SID structure on the right side (for STL compatibility).

Syntax

      bool operator <(
   const CSid & lhs, 
   const CSid & rhs, 
) throw();

Parameters

  • lhs
    The first CSid object or SID structure to compare.

  • rhs
    The second CSid object or SID structure to compare.

Return Value

Returns true if the address of the lhs object is less than the address of the rhs object, false otherwise.

Remarks

This operator acts on the address of the CSid object or SID structure, and is implemented to provide compatibility with STL collection classes.

Requirements

Header: atlsecurity.h

See Also

ATL Operators Alphabetical Reference
operator > (ATL)