cgal/STL_Extension/doc_tex/STL_Extension_ref
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
..
Complexity_tags.tex Merged revisions 52226 via svnmerge from 2009-11-03 15:17:02 +00:00
Default.tex Implement Mariette's review comments. 2009-10-21 16:26:00 +00:00
Null_functor.tex
Null_tag.tex
Object.tex Add a convenience function for the idiom "if(obj.is<Point>())"... 2009-12-16 16:09:04 +00:00
Uncertain.tex Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
array.tex Move CGAL::array to namespace CGAL::cpp0x, like tuple. 2009-04-30 14:03:52 +00:00
compact_container.tex Add two functions to check (more efficiently than naively, namely O(sqrt(n)) 2010-01-23 17:26:16 +00:00
in_place_list.tex
intro.tex Merged revisions 52226 via svnmerge from 2009-11-03 15:17:02 +00:00
main.tex Merged revisions 52226 via svnmerge from 2009-11-03 15:17:02 +00:00
multiset.tex
stl_extension.tex Consistent naming : 2009-05-05 07:38:27 +00:00
tuple.tex Move tuple & co under the sub-namespace CGAL::cpp0x, to avoid name clashes 2009-04-30 13:32:03 +00:00