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