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

CRxArray::Front Method

C++
const TValue& Front()

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

Returns

const TValue&

Reference to the first element.