Namespace: Rx – Class: CRxArrayShort – Header: Rx.Core/RxArrayTypes.h
CRxArrayShort::Front Method
C++
const short& Front()
Returns a reference to the first element in the array. Calling Front on an empty array is undefined.
Returns
const short& |
Reference to the first element. |