Namespace: Rx – Class: CRxArrayString – Header: Rx.Core/RxArrayTypes.h

CRxArrayString::Front Method

C++
Rx::CRxString& Front()

Returns a reference to the first element in the array. Calling Front on an empty array is undefined.

Returns

Rx::CRxString&

Reference to the first element.