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