|
Modules | |
| Element <-> Handle conversion function objects | |
| Grid predicates | |
| Degreefunctors | |
| Geometric Function Objects | |
Functions | |
| template<class It > | |
| int | GrAL::iterator_range_size (It it) |
| Compute the range of a GrAL-iterator. | |
| int GrAL::iterator_range_size | ( | It | it | ) | [inline] |
Compute the range of a GrAL-iterator.
It has It::IsDone() This function is useful if the iterating over the possible values until no more values are there is the only way of determining the size of the sequence (this is true in particular for implicitly defined sequences)
Definition at line 618 of file grid-functors.h.
1.5.8