ConstReverseRandomAccessIterator<TValue>.Assign Opérateur

Définition

Affecte un objet donné à l’objet actuel.

Surcharges

Nom Description
Assign(ConstReverseRandomAccessIterator<TValue>)

Affecte l’objet donné ConstReverseRandomAccessIterator<TValue> à l’objet actuel.

Assign(ReverseRandomAccessIterator<TValue>)

Affecte l’objet donné ReverseRandomAccessIterator<TValue> à l’objet actuel.

Assign(ConstReverseRandomAccessIterator<TValue>)

Affecte l’objet donné ConstReverseRandomAccessIterator<TValue> à l’objet actuel.

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>)

Affecte l’objet donné ReverseRandomAccessIterator<TValue> à l’objet actuel.

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

_Right
ReverseRandomAccessIterator<TValue>

Objet ReverseRandomAccessIterator<TValue> à affecter à l’objet actuel.

Retours

Objet actuel (*this).

S’applique à