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