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

CRxArrayUShort::Front Method

C++
unsigned short& Front()

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

Returns

unsigned short&

Reference to the first element.