ConstReverseRandomAccessIterator<TValue>.Assign 运算符
定义
将给定对象分配给当前对象。Assigns a given object to the current object.
重载
| Assign(ConstReverseRandomAccessIterator<TValue>) |
将给定 ConstReverseRandomAccessIterator<TValue> 对象分配给当前对象。Assigns the given ConstReverseRandomAccessIterator<TValue> object to the current object. |
| Assign(ReverseRandomAccessIterator<TValue>) |
将给定 ReverseRandomAccessIterator<TValue> 对象分配给当前对象。Assigns the given ReverseRandomAccessIterator<TValue> object to the current object. |
Assign(ConstReverseRandomAccessIterator<TValue>)
将给定 ConstReverseRandomAccessIterator<TValue> 对象分配给当前对象。Assigns the given ConstReverseRandomAccessIterator<TValue> object to the current object.
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> 对象。The ConstReverseRandomAccessIterator<TValue> object to assign to the current object.
返回
当前对象 (*this)。The current object (*this).
适用于
Assign(ReverseRandomAccessIterator<TValue>)
将给定 ReverseRandomAccessIterator<TValue> 对象分配给当前对象。Assigns the given ReverseRandomAccessIterator<TValue> object to the current object.
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> 对象。The ReverseRandomAccessIterator<TValue> object to assign to the current object.
返回
当前对象 (*this)。The current object (*this).