11 #ifndef NULL_OUTPUT_ITERATOR_H_
12 #define NULL_OUTPUT_ITERATOR_H_
20 typedef std::output_iterator_tag iterator_category;
21 typedef void value_type;
22 typedef void difference_type;
24 typedef void reference;
30 proxy& operator=(T&&){
return *
this;}
32 proxy operator*()
const{
return {};}
Gudhi namespace.
Definition: SimplicialComplexForAlpha.h:14
Definition: Null_output_iterator.h:19