Close

Relief for ODA Team in Ukraine

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

Inserts an elementinto this Array object. 

 

Parameters
Description
before
[in] Position where first element is to be inserted.
first
[in] Position of first element to be inserted.
afterLast
[in] Position of 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.