Namespace: Rx – Class: CRxArrayShort – Header: Rx.Core/RxArrayTypes.h

CRxArrayShort::end Method

C++
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

short*

Iterator to the element following the last element.