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

CRxArrayChar::Front Method

C++
char& Front()

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

Returns

char&

Reference to the first element.