Close

Relief for ODA Team in Ukraine

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

Inserts a range of elements into the array object. 

 

Parameters
Description
before
[in] Position before which the first element is to be inserted.
first
[in] Position of the first element to be inserted.
afterLast
[in] Position of the first element after the last element to be inserted.

The range of elements may be from another array object.

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