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.
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
Objet ConstReverseRandomAccessIterator<TValue> à assigner à l'objet actif.
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
Objet ReverseRandomAccessIterator<TValue> à assigner à l'objet actif.
Retours
Objet actuel (*this).