IRandomAccessContainer<TValue> Interface
.NET Framework (current version)
Interface for a container that supports random access iteration. Containers that implement random access iteration support 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.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
| Name | Description | |
|---|---|---|
![]() | at_bias(Int32) | Gets the element at the current bias of the container. The bias is the offset from the current element zero. |
![]() | valid_bias(Int32) | Determines if a given bias is valid for the container. The bias is the offset from the current element zero. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
