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