ConstReverseRandomAccessIterator<TValue>.Assign Operator

定義

特定のオブジェクトを現在のオブジェクトに割り当てます。

オーバーロード

名前 説明
Assign(ConstReverseRandomAccessIterator<TValue>)

指定した ConstReverseRandomAccessIterator<TValue> オブジェクトを現在のオブジェクトに割り当てます。

Assign(ReverseRandomAccessIterator<TValue>)

指定した ReverseRandomAccessIterator<TValue> オブジェクトを現在のオブジェクトに割り当てます。

Assign(ConstReverseRandomAccessIterator<TValue>)

指定した ConstReverseRandomAccessIterator<TValue> オブジェクトを現在のオブジェクトに割り当てます。

public:
 Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> op_Assign(Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value>
Public op_Assign (_Right As ConstReverseRandomAccessIterator(Of TValue)) As ConstReverseRandomAccessIterator(Of TValue)

パラメーター

_Right
ConstReverseRandomAccessIterator<TValue>

現在のオブジェクトに割り当てる ConstReverseRandomAccessIterator<TValue> オブジェクト。

返品

現在のオブジェクト (*this)。

適用対象

Assign(ReverseRandomAccessIterator<TValue>)

指定した ReverseRandomAccessIterator<TValue> オブジェクトを現在のオブジェクトに割り当てます。

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

パラメーター

_Right
ReverseRandomAccessIterator<TValue>

現在のオブジェクトに割り当てる ReverseRandomAccessIterator<TValue> オブジェクト。

返品

現在のオブジェクト (*this)。

適用対象