Polymake Template Library (PTL) 4.13
std::iterator_traits< back_insert_iterator< Container > > Struct Template Reference

#include <iterators.h>

Detailed Description

template<typename Container>
struct std::iterator_traits< back_insert_iterator< Container > >

Specialization for inserters. Although an XXX_insert_iterator can't be dereferenced, it's useful to know in some algorithms what for data it accepts. The standard iterator_traits would not provide this information.


The documentation for this struct was generated from the following file: