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