ConstReverseRandomAccessIterator<TValue>.Assign Opérateur

Définition

Assigne un objet donné à l'objet actuel.

Surcharges

Assign(ConstReverseRandomAccessIterator<TValue>)

Assigne l'objet ConstReverseRandomAccessIterator<TValue> donné à l'objet actif.

Assign(ReverseRandomAccessIterator<TValue>)

Assigne l'objet ReverseRandomAccessIterator<TValue> donné à l'objet actif.

Assign(ConstReverseRandomAccessIterator<TValue>)

Assigne l'objet ConstReverseRandomAccessIterator<TValue> donné à l'objet actif.

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)

Paramètres

Retours

Objet actuel (*this).

S’applique à

Assign(ReverseRandomAccessIterator<TValue>)

Assigne l'objet ReverseRandomAccessIterator<TValue> donné à l'objet actif.

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)

Paramètres

Retours

Objet actuel (*this).

S’applique à