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