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

CRxArray::Back Method

C++
const TValue& Back()

Returns a reference to the last element in the array. Calling Back on an empty array is undefined.

Returns

const TValue&

Reference to the last element.