- Delta
- 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] Reference to an array used as a source of elements to copy.
Return Value
true - successful, false - cannot copy the items.
Example:
//--- example for CArrayFloat::AssignArray(const float &[])
|