API Reference > Other Classes > OdVector Template > OdVector Methods > insert Method > OdVector::insert Method (iterator, T&)
OdVector::insert Method (iterator, T&)
Syntax
C++
iterator insert(iterator before, const T& value = T());
Parameters 
Description 
iterator before 
[in] Position after which the first element should be inserted.  
const T& value = T() 
[in] Value to insert. 

Inserts a range of elements into this Array object. 

 

The range of elements may be from another Array object.

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