ConstReverseRandomAccessIterator<TValue>.LessThanOrEqual 연산자

정의

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

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

매개 변수

_Right
ConstReverseRandomAccessIterator<TValue>

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

반환

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

적용 대상