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