- Reserve
- Resize
- Shutdown
- Add
- AddArray
- AddArray
- Insert
- InsertArray
- InsertArray
- AssignArray
- AssignArray
- Update
- Shift
- Delete
- DeleteRange
- At
- CompareArray
- CompareArray
- InsertSort
- Search
- SearchGreat
- SearchLess
- SearchGreatOrEqual
- SearchLessOrEqual
- SearchFirst
- SearchLast
- SearchLinear
- Save
- Load
- Type
AssignArray
Copies the elements of one array to another.
bool AssignArray(
|
Parameters
src
[in] Pointer to an instance of the CArrayLong class used as a source of elements to copy.
Return Value
true - successful, false - cannot copy the elements.
Example:
//--- example for CArrayLong::AssignArray(const CArrayLong*)
|