API Reference > Other Classes > OdLinkedArray Template > OdLinkedArray Methods > OdLinkedArray::insert Method
OdLinkedArray::insert Method
Syntax
C++
iterator insert(iterator before, const T& val = T());
Parameters 
Description 
iterator before 
[in] Position where first element is to be inserted.  
const T& val = T() 
[in] Value to insert. 

Inserts an element into this Array object. 

 

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