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