Namespace: Rx – Class: CRxArrayDouble – Header: Rx.Core/RxArrayTypes.h
CRxArrayDouble::Delete Method
C++
virtual void Delete()
Removes all elements from the array.
Invalidates any references, pointers, or iterators referring to contained elements. Any past-the-end iterators are also invalidated.
Leaves the Capacity() of the array unchanged.