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

CRxArrayUChar::Back Method

C++
unsigned char& Back()

Returns a reference to the last element in the array. Calling Back on an empty array is undefined.

Returns

unsigned char&

Reference to the last element.