![]() |
#include <CGAL/iterator.h>
| |
invalid index.
| |
| |
empty inverse
index initialized to start at i.
| |
| |
inverse index initialized with range [i,j).
|
|
|
returns inverse
index of k. Precondition: k has been stored in the inverse index. |
|
| |
adds k at the end of the indices. |
For random access iterators or circulators, it is done in constant time by subtracting i. For other iterator categories, an STL map is used, which results in a logj-i query time. The comparisons are done using the operator operator< on pointers.