다음을 통해 공유


ConstContainerRandomAccessIterator<TValue>.Assign 연산자

정의

지정된 개체를 현재 개체에 할당합니다.

오버로드

Assign(ContainerRandomAccessIterator<TValue>)

지정된 ContainerRandomAccessIterator<TValue> 개체를 현재 개체에 할당합니다.

Assign(ConstContainerRandomAccessIterator<TValue>)

지정된 ConstContainerRandomAccessIterator<TValue> 개체를 현재 개체에 할당합니다.

Assign(ContainerRandomAccessIterator<TValue>)

지정된 ContainerRandomAccessIterator<TValue> 개체를 현재 개체에 할당합니다.

public:
 Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ContainerRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public op_Assign (_Right As ContainerRandomAccessIterator(Of TValue)) As ConstContainerRandomAccessIterator(Of TValue)

매개 변수

_Right
ContainerRandomAccessIterator<TValue>

현재 개체에 할당할 ContainerRandomAccessIterator<TValue> 개체입니다.

반환

*가 현재 개체입니다.

적용 대상

Assign(ConstContainerRandomAccessIterator<TValue>)

지정된 ConstContainerRandomAccessIterator<TValue> 개체를 현재 개체에 할당합니다.

public:
 Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ConstContainerRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstContainerRandomAccessIterator<'Value>
Public op_Assign (_Right As ConstContainerRandomAccessIterator(Of TValue)) As ConstContainerRandomAccessIterator(Of TValue)

매개 변수

반환

*가 현재 개체입니다.

적용 대상