Namespace: Rx – Class: CRxArrayUShort – Header: Rx.Core/RxArrayTypes.h
CRxArrayUShort::end Method
C++
unsigned short* end()
Returns an iterator (pointer) to the element following the last element of the array. This element acts as a placeholder; attempting to access it results in undefined behavior.
Returns
unsigned short* |
Iterator to the element following the last element. |