|  | Home | Libraries | People | FAQ | More | 
Insert a range of values to the index.
template<typename Iterator>voidinsert(Iteratorfirst,Iteratorlast)
| Type | Name | Description | 
|---|---|---|
| 
                       | 
                       | The beginning of the range of values. | 
| 
                       | 
                       | The end of the range of values. | 
| ![[Warning]](../../../../../../../../doc/src/images/warning.png) | Warning | 
|---|---|
| This operation only guarantees that there will be no memory leaks. After an exception is thrown the R-tree may be left in an inconsistent state, elements must not be inserted or removed. Other operations are allowed however some of them may return invalid data. |