CRxArray::Clear Method
C++
void Clear()
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.