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

CRxArrayUShort::Back Method

C++
const unsigned short& Back()

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

Returns

const unsigned short&

Reference to the last element.