void copy(const CL_List<TYPE> &other);
Copies the specified list.
All contents in the list will be deleted before the contents of the other list is copied.
Back to index