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

CRxArrayUShort::Front Method

C++
const unsigned short& Front()

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

Returns

const unsigned short&

Reference to the first element.