ConstReverseRandomAccessIterator<TValue>.LessThan 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷左側 Iterator 的位置是否小於指定之右側 Iterator 的位置。
public:
bool operator <(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator < (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.( < ) : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> bool
Public Operator < (_Right As ConstReverseRandomAccessIterator(Of TValue)) As Boolean
參數
要與左側 Iterator 比較的 Iterator。
傳回
如果左側的 Iterator 小於指定的右側 Iterator,則為 true
,否則為 false
。