ReverseRandomAccessIterator<TValue> Constructeurs
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.
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet.
Surcharges
| Nom | Description |
|---|---|
| ReverseRandomAccessIterator<TValue>() |
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet. |
| ReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>) |
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet à partir d’un objet existant IRandomAccessIterator<TValue> . |
| ReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>) |
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet à partir d’un objet existant ReverseRandomAccessIterator<TValue> . |
ReverseRandomAccessIterator<TValue>()
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet.
public:
ReverseRandomAccessIterator();
public ReverseRandomAccessIterator();
Public Sub New ()
S’applique à
ReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet à partir d’un objet existant IRandomAccessIterator<TValue> .
public:
ReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::IRandomAccessIterator<TValue> ^ _Iter);
public ReverseRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<TValue> _Iter);
new Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.IRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value>
Public Sub New (_Iter As IRandomAccessIterator(Of TValue))
Paramètres
Objet existant IRandomAccessIterator<TValue> à copier dans le conteneur actuel.
S’applique à
ReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)
Alloue et initialise un nouvel ReverseRandomAccessIterator<TValue> objet à partir d’un objet existant ReverseRandomAccessIterator<TValue> .
public:
ReverseRandomAccessIterator(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public ReverseRandomAccessIterator(Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
new Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value>
Public Sub New (_Right As ReverseRandomAccessIterator(Of TValue))
Paramètres
Objet existant ReverseRandomAccessIterator<TValue> à copier dans le conteneur actuel.