Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdArray<class T, class A>::assignMove Method
Syntax
C++
void assignMove(iterator first, iterator afterLast);

Assigns the specified range of elements to the array object. 

 

Parameters
Description
first
[in] Position of the first element to be assigned.
afterLast
[in] Position of the first element after the last element to be assigned.

After the array object is cleared, the function assigns the specified range of elements from another array object.

Copyright © 2002-2022. Open Design Alliance All rights reserved.