![]() |
#include <CGAL/iterator.h>
| Counting_iterator<Iterator, Value> i ( std::size_t n = 0); | |
|
initializes
the internal counter to n and i has a singular value.
| |
| Counting_iterator<Iterator, Value> i ( Iterator j, std::size_t n = 0); | |
|
initializes the internal counter to n and i to j.
| |