ClanSoft logo
ClanSoft logo

    CL_List::copy

Syntax

void copy(const CL_List<TYPE> &other);

Parameters

other-List to copy.

Description

Copies the specified list.

All contents in the list will be deleted before the contents of the other list is copied.


Back to index



This page was built using the Perceps documentation system.