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

CRxArrayUChar::Front Method

C++
unsigned char& Front()

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

Returns

unsigned char&

Reference to the first element.