cgal/STL_Extension
Sylvain Pion f06dc5554a Add two functions to check (more efficiently than naively, namely O(sqrt(n))
instead of O(n)) whether an iterator belongs to the range [begin(), end()).

  bool owns(const_iterator pos);
  bool owns_dereferencable(const_iterator pos);

This is useful for speeding up some debug function at the triangulation level.
2010-01-23 17:26:16 +00:00
..
doc_tex Add two functions to check (more efficiently than naively, namely O(sqrt(n)) 2010-01-23 17:26:16 +00:00
examples/STL_Extension Implement Mariette's review comments. 2009-10-21 16:26:00 +00:00
include/CGAL Add two functions to check (more efficiently than naively, namely O(sqrt(n)) 2010-01-23 17:26:16 +00:00
package_info/STL_Extension Remove changes.txt files. 2008-07-24 17:47:16 +00:00
src/CGAL Split <CGAL/assertions.h> in 2 files, by moving the assertion behaviour 2008-11-21 16:42:02 +00:00
test/STL_Extension Add two functions to check (more efficiently than naively, namely O(sqrt(n)) 2010-01-23 17:26:16 +00:00