#include <CGAL/iterator.h>
Random_access_adaptor<IC>::size_type | |
size type of the STL std::vector.
|
Random_access_adaptor<IC> random_access; | |
invalid index.
| |
Random_access_adaptor<IC> random_access ( IC i); | |
empty random
access index initialized to start at i.
| |
Random_access_adaptor<IC> random_access ( IC i, IC j); | |
random access index initialized to the range [i,j).
|
void | random_access.reserve ( size_type r) | |
reserve r entries, if a std::vector is used internally. |