共用方式為


operator <= (ATL)

測試,如果 CSid 物件或 SID 結構左側的小於或等於 CSid 物件或 SID 結構右邊 (適用於 STL 相容)。

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

參數

  • lhs
    要比較的第一 CSid 物件或 SID 結構。

  • rhs
    要比較的第二 CSid 物件或 SID 結構。

傳回值

如果 lhs 位址小於或等於 rhsfalse 位址,則為, true 傳回。

備註

這個運算子會 CSid 物件或 SID 結構的位址動作且實作以使其與 STL 集合類別。

需求

Header: atlsecurity.h

請參閱

參考

operator >= (ATL)

其他資源

ATL Operators Alphabetical Reference