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

CRxArrayInt::Back Method

C++
int& Back()

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

Returns

int&

Reference to the last element.