#include <CGAL/iterator.h>
typedef V | Value_type_tuple; | |
typedef O | Iterator_tuple; |
Dispatch_output_iterator<V,O> i ( I...o); | |
Constructor taking all the output iterators.
|
Iterator_tuple | i.get_iterator_tuple () const | returns a reference to the tuple of output iterators. |
template < typename... V, typename... O> | ||
Dispatch_output_iterator<tuple<V...>, tuple<O...> > | ||
dispatch_output ( O... o) | returns a Dispatch_output_iterator constructed from the arguments. |