ConstReverseBidirectionalIterator<TValue>.Assign Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assigns a given object to the current object.
Overloads
Assign(ReverseBidirectionalIterator<TValue>) |
Assigns the given ReverseBidirectionalIterator<TValue> object to the current object. |
Assign(ConstReverseBidirectionalIterator<TValue>) |
Assigns the given ConstReverseBidirectionalIterator<TValue> object to the current object. |
Assign(ReverseBidirectionalIterator<TValue>)
Assigns the given ReverseBidirectionalIterator<TValue> object to the current object.
public:
Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ReverseBidirectionalIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ReverseBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value>
Public op_Assign (_Right As ReverseBidirectionalIterator(Of TValue)) As ConstReverseBidirectionalIterator(Of TValue)
Parameters
The ReverseBidirectionalIterator<TValue> object to assign to the current object.
Returns
The current object (*this).
Applies to
Assign(ConstReverseBidirectionalIterator<TValue>)
Assigns the given ConstReverseBidirectionalIterator<TValue> object to the current object.
public:
Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ op_Assign(Microsoft::VisualC::StlClr::Generic::ConstReverseBidirectionalIterator<TValue> ^ _Right);
public Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> op_Assign (Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<TValue> _Right);
member this.op_Assign : Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value> -> Microsoft.VisualC.StlClr.Generic.ConstReverseBidirectionalIterator<'Value>
Public op_Assign (_Right As ConstReverseBidirectionalIterator(Of TValue)) As ConstReverseBidirectionalIterator(Of TValue)
Parameters
The ConstReverseBidirectionalIterator<TValue> object to assign to the current object.
Returns
The current object (*this).