Close

Relief for ODA Team in Ukraine

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

Assigns the specified range of elements to the vector 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 vector object is cleared, the function assigns the specified range of elements from another vector object.

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