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

CRxArrayShort::Back Method

C++
short& Back()

Returns a reference to the last element in the array. Calling Back on an empty array is undefined.

Returns

short&

Reference to the last element.