Namespace: Rx – Class: CRxArrayDouble – Header: Rx.Core/RxArrayTypes.h
CRxArrayDouble::end Method
C++
const double* end()
Returns an iterator (pointer) to the element following the last element of the array. This element acts as a placeholder; attempting to access it results in undefined behavior.
Returns
const double* |
Iterator to the element following the last element. |