Sdílet prostřednictvím


ConstContainerRandomAccessIterator<TValue>.MemberSelection Operátor

Definice

Vrátí prvek, na který iterátor aktuálně ukazuje.

public:
 static TValue % op_MemberSelection(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Left);
public static ref TValue op_MemberSelection (Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Left);
static member op_MemberSelection : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> 'Value
Public Shared op_MemberSelection (_Left As ConstContainerRandomAccessIterator(Of TValue)) As TValue

Parametry

_Left
ConstContainerRandomAccessIterator<TValue>

Iterátor, na který se operátor používá.

Návraty

TValue

Prvek, na který iterátor aktuálně ukazuje.

Platí pro