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

적용 대상