Namespace: Rx – Class: CRxArray – Header: Rx.Core/RxArray.h

CRxArray::Front Method

C++
TValue& Front()

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

Returns

TValue&

Reference to the first element.