ConstReverseRandomAccessIterator<TValue> Constructors

Definitie

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert het.

Overloads

Name Description
ConstReverseRandomAccessIterator<TValue>()

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert het.

ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>)

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert dit van een bestaand ConstReverseRandomAccessIterator<TValue> object.

ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert dit van een bestaand IRandomAccessIterator<TValue> object.

ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert dit van een bestaand ReverseRandomAccessIterator<TValue> object.

ConstReverseRandomAccessIterator<TValue>()

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert het.

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

Van toepassing op

ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>)

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert dit van een bestaand ConstReverseRandomAccessIterator<TValue> object.

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

Parameters

_Right
ConstReverseRandomAccessIterator<TValue>

Een bestaand ConstReverseRandomAccessIterator<TValue> object dat naar de huidige container moet worden gekopieerd.

Van toepassing op

ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>)

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert dit van een bestaand IRandomAccessIterator<TValue> object.

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

Parameters

_Iter
IRandomAccessIterator<TValue>

Een bestaand IRandomAccessIterator<TValue> object dat naar de huidige container moet worden gekopieerd.

Van toepassing op

ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>)

Wijst een nieuw ConstReverseRandomAccessIterator<TValue> object toe en initialiseert dit van een bestaand ReverseRandomAccessIterator<TValue> object.

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

Parameters

_Iter
ReverseRandomAccessIterator<TValue>

Een bestaand ReverseRandomAccessIterator<TValue> object dat naar de huidige container moet worden gekopieerd.

Van toepassing op