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