ReverseRandomAccessIterator<TValue>.LessThan 연산자

정의

왼쪽 반복기의 위치가 지정된 오른쪽 반복기의 위치보다 작은지 여부를 확인합니다.

public:
 bool operator <(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public bool operator < (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
member this.( < ) : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> bool
Public Operator < (_Right As ReverseRandomAccessIterator(Of TValue)) As Boolean

매개 변수

_Right
ReverseRandomAccessIterator<TValue>

왼쪽 반복기와 비교할 반복기입니다.

반환

왼쪽 반복기가 지정된 오른쪽 반복기보다 작으면 true이고, 그렇지 않으면 false입니다.

적용 대상