ConstReverseRandomAccessIterator<TValue> Konstruktorer

Definition

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt.

Överlagringar

Name Description
ConstReverseRandomAccessIterator<TValue>()

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt.

ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt från ett befintligt ConstReverseRandomAccessIterator<TValue> objekt.

ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt från ett befintligt IRandomAccessIterator<TValue> objekt.

ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt från ett befintligt ReverseRandomAccessIterator<TValue> objekt.

ConstReverseRandomAccessIterator<TValue>()

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt.

public:
 ConstReverseRandomAccessIterator();
public ConstReverseRandomAccessIterator();
Public Sub New ()

Gäller för

ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt från ett befintligt ConstReverseRandomAccessIterator<TValue> objekt.

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))

Parametrar

_Right
ConstReverseRandomAccessIterator<TValue>

Ett befintligt ConstReverseRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.

Gäller för

ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt från ett befintligt IRandomAccessIterator<TValue> objekt.

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))

Parametrar

_Iter
IRandomAccessIterator<TValue>

Ett befintligt IRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.

Gäller för

ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)

Allokerar och initierar ett nytt ConstReverseRandomAccessIterator<TValue> objekt från ett befintligt ReverseRandomAccessIterator<TValue> objekt.

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))

Parametrar

_Iter
ReverseRandomAccessIterator<TValue>

Ett befintligt ReverseRandomAccessIterator<TValue> objekt som ska kopieras till den aktuella containern.

Gäller för