ConstReverseRandomAccessIterator<TValue>.Assign Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Objet ConstReverseRandomAccessIterator<TValue> à affecter à l’objet actuel.
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
Objet ReverseRandomAccessIterator<TValue> à affecter à l’objet actuel.
Retours
Objet actuel (*this).