This documentation is archived and is not being maintained.
ConstReverseRandomAccessIterator<TValue> Class
Visual Studio 2010
Provides an iterator that supports the following operations: moving forward one position by calling operator--, moving backward one position by calling operator++, accessing an element by using operator[], and accessing an element by using pointer arithmetic. The element accessed by the iterator cannot be modified.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
The ConstReverseRandomAccessIterator<TValue> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConstReverseRandomAccessIterator<TValue>() | Allocates and initializes a new ConstReverseRandomAccessIterator<TValue> object. |
![]() | ConstReverseRandomAccessIterator<TValue>(ConstReverseRandomAccessIterator<TValue>) | Allocates and initializes a new ConstReverseRandomAccessIterator<TValue> object from an existing ConstReverseRandomAccessIterator<TValue> object. |
![]() | ConstReverseRandomAccessIterator<TValue>(IRandomAccessIterator<TValue>) | Allocates and initializes a new ConstReverseRandomAccessIterator<TValue> object from an existing IRandomAccessIterator<TValue> object. |
![]() | ConstReverseRandomAccessIterator<TValue>(ReverseRandomAccessIterator<TValue>) | Allocates and initializes a new ConstReverseRandomAccessIterator<TValue> object from an existing ReverseRandomAccessIterator<TValue> object. |
| Name | Description | |
|---|---|---|
![]() | base | Gets the underlying base iterator for the ConstReverseRandomAccessIterator<TValue> object. |
![]() | Clone | Creates a copy of the current ConstReverseRandomAccessIterator<TValue> object. |
![]() | container | Gets the container that the iterator is traversing. |
![]() | distance(ConstReverseRandomAccessIterator<TValue>) | Determines the distance between the element that the current iterator is pointing to and the element that the given iterator is pointing to. |
![]() | distance(IRandomAccessIterator<TValue>) | Determines the distance between the element that the current iterator is pointing to and the element that the given iterator is pointing to. |
![]() | equal_to(ConstReverseRandomAccessIterator<TValue>) | Determines whether the given ConstReverseRandomAccessIterator<TValue> object is the same as the current ConstReverseRandomAccessIterator<TValue> object. |
![]() | equal_to(IInputIterator<TValue>) | Determines whether the given IInputIterator<TValue> object is the same as the current ConstReverseRandomAccessIterator<TValue> object. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | get_bias | Gets the bias of the iterator. The bias is the offset of the iterator from element zero. |
![]() | get_cref | Returns a constant reference to the element that the iterator is currently pointing to. |
![]() | get_node | Gets the node, or element, that the iterator is pointing to. |
![]() | get_ref | Returns a reference to the element that the iterator is currently pointing to. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | less_than(ConstReverseRandomAccessIterator<TValue>) | Determines whether the current iterator is pointing to an element in the container that is before the element that the given iterator points to. |
![]() | less_than(IRandomAccessIterator<TValue>) | Determines whether the current iterator is pointing to an element in the container that is before the element that the given iterator points to. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | move | Moves the iterator by the given number of elements. |
![]() | next | Increments the reverse iterator to the next position in the underlying container, or to the first position in front of the beginning of container if the container has been completely traversed. |
![]() | prev | Positions the iterator to the element immediately after the current element. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | valid | Determines whether the iterator is valid and can be safely used to traverse the underlying container. |
| Name | Description | |
|---|---|---|
![]() | Addition(ConstReverseRandomAccessIterator<TValue>%, Int32) | Increments the reverse iterator by the given number of elements. The integer parameter is specified on the right side of the addition operator. |
![]() ![]() | Addition(ConstReverseRandomAccessIterator<TValue>%, Int32, ConstReverseRandomAccessIterator<TValue>) | Increments the reverse iterator by the given number of elements. The integer parameter is specified on the left side of the addition operator. |
![]() | Assign(ConstReverseRandomAccessIterator<TValue>) | Assigns the given ConstReverseRandomAccessIterator<TValue> object to the current object. |
![]() | Assign(ReverseRandomAccessIterator<TValue>) | Assigns the given ReverseRandomAccessIterator<TValue> object to the current object. |
![]() | Decrement(ConstReverseRandomAccessIterator<TValue>%) | Decrements the reverse iterator by one element. This is the prefix version of the decrement operator. |
![]() | Decrement(ConstReverseRandomAccessIterator<TValue>%, Int32) | Decrements the reverse iterator by one element. This is the postfix version of the decrement operator. |
![]() | Equality | Determines whether two iterators are the same object. |
![]() | GreaterThan | Determines whether the position of the left-side iterator is greater than the position of the given right-side iterator. |
![]() | GreaterThanOrEqual | Determines whether the position of the left-side iterator is greater than or equal to the position of the given right-side iterator. |
![]() | Implicit(IRandomAccessIterator<TValue>) | Converts a ConstReverseRandomAccessIterator<TValue> to an IRandomAccessIterator<TValue>. |
![]() | Increment(ConstReverseRandomAccessIterator<TValue>%) | Increments the reverse iterator by one element. This is the prefix version of the increment operator. |
![]() | Increment(ConstReverseRandomAccessIterator<TValue>%, Int32) | Increments the reverse iterator by one element. This is the postfix version of the increment operator. |
![]() | Inequality | Determines whether the given ConstReverseRandomAccessIterator<TValue> object differs from the current ConstReverseRandomAccessIterator<TValue> object. |
![]() | LessThan | Determines whether the position of the left-side iterator is less than the position of the given right-side iterator. |
![]() | LessThanOrEqual | Determines whether the position of the left-side iterator is less than or equal to the position of the given right-side iterator. |
![]() ![]() | MemberSelection | Returns the element that the iterator is currently pointing to. |
![]() ![]() | PointerDereference | Returns the element that the iterator is currently pointing to. |
![]() | Subtraction(IRandomAccessIterator<TValue>) | Determines the difference between two iterators. |
![]() | Subtraction(ConstReverseRandomAccessIterator<TValue>%, Int32) | Decrements the iterator by the given number of elements. The integer parameter is specified on the right side of the subtraction operator. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
