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

CRxArrayString::Back Method

C++
Rx::CRxString& Back()

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

Returns

Rx::CRxString&

Reference to the last element.