ConstReverseRandomAccessIterator<TValue>.Assign 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将给定对象分配给当前对象。
重载
Assign(ConstReverseRandomAccessIterator<TValue>) |
将给定 ConstReverseRandomAccessIterator<TValue> 对象分配给当前对象。 |
Assign(ReverseRandomAccessIterator<TValue>) |
将给定 ReverseRandomAccessIterator<TValue> 对象分配给当前对象。 |
Assign(ConstReverseRandomAccessIterator<TValue>)
将给定 ConstReverseRandomAccessIterator<TValue> 对象分配给当前对象。
public:
Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value>
Public op_Assign (_Right As ConstReverseRandomAccessIterator(Of TValue)) As ConstReverseRandomAccessIterator(Of TValue)
参数
要分配给当前对象的 ConstReverseRandomAccessIterator<TValue> 对象。
返回
当前对象 (*this)。
适用于
Assign(ReverseRandomAccessIterator<TValue>)
将给定 ReverseRandomAccessIterator<TValue> 对象分配给当前对象。
public:
Microsoft::VisualC::StlClr::Generic::ConstReverseRandomAccessIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ReverseRandomAccessIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ReverseRandomAccessIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseRandomAccessIterator<'Value>
Public op_Assign (_Right As ReverseRandomAccessIterator(Of TValue)) As ConstReverseRandomAccessIterator(Of TValue)
参数
要分配给当前对象的 ReverseRandomAccessIterator<TValue> 对象。
返回
当前对象 (*this)。