ConstReverseBidirectionalIterator<TValue>.Assign 演算子

定義

指定のオブジェクトを現在のオブジェクトに代入します。

オーバーロード

Assign(ReverseBidirectionalIterator<TValue>)

指定の ReverseBidirectionalIterator<TValue> オブジェクトを現在のオブジェクトに代入します。

Assign(ConstReverseBidirectionalIterator<TValue>)

指定の ConstReverseBidirectionalIterator<TValue> オブジェクトを現在のオブジェクトに代入します。

Assign(ReverseBidirectionalIterator<TValue>)

指定の ReverseBidirectionalIterator<TValue> オブジェクトを現在のオブジェクトに代入します。

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

パラメーター

_Right
ReverseBidirectionalIterator<TValue>

現在のオブジェクトに代入する ReverseBidirectionalIterator<TValue> オブジェクト。

戻り値

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

適用対象

Assign(ConstReverseBidirectionalIterator<TValue>)

指定の ConstReverseBidirectionalIterator<TValue> オブジェクトを現在のオブジェクトに代入します。

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

パラメーター

_Right
ConstReverseBidirectionalIterator<TValue>

現在のオブジェクトに代入する ConstReverseBidirectionalIterator<TValue> オブジェクト。

戻り値

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

適用対象