ReverseRandomAccessIterator<TValue> Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt.
Överlagringar
| Name | Description |
|---|---|
| ReverseRandomAccessIterator<TValue>() |
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt. |
| ReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>) |
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt från ett befintligt IRandomAccessIterator<TValue> objekt. |
| ReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>) |
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt från ett befintligt ReverseRandomAccessIterator<TValue> objekt. |
ReverseRandomAccessIterator<TValue>()
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt.
public:
ReverseRandomAccessIterator();
public ReverseRandomAccessIterator();
Public Sub New ()
Gäller för
ReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt från ett befintligt IRandomAccessIterator<TValue> objekt.
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))
Parametrar
Ett befintligt IRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.
Gäller för
ReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)
Allokerar och initierar ett nytt ReverseRandomAccessIterator<TValue> objekt från ett befintligt ReverseRandomAccessIterator<TValue> objekt.
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))
Parametrar
Ett befintligt ReverseRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.