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

CRxArrayShort::Front Method

C++
short& Front()

Returns a reference to the first element in the array. Calling Front on an empty array is undefined.

Returns

short&

Reference to the first element.