次の方法で共有


ConstReverseRandomAccessIterator<TValue>.GreaterThan Operator

定義

左辺の反復子の位置が右辺に指定されている反復子の位置より大きいかどうかを判断します。

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

適用対象