Close

Relief for ODA Team in Ukraine

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

Inserts a range of elements into the vector object. 

 

Parameters
Description
before
[in] Position after which the first element should 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 vector object.

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