#include <CGAL/iterator.h>
| |
typedef to Creator::result_type.
|
| |||
creates a join iterator from the given iterator
and the functor creator. Applies creator to each item
read from .
| |||
| |||
creates a join
iterator from the given iterator and a default constructed
instance of Creator. The latter instance is applied to each
item read from .
|