Polymake Template Library (PTL) 4.12
List of all members
pm::input_truncator< Iterator, Predicate > Class Template Reference

#include <iterator_filters.h>

Inherits Iterator.

Detailed Description

template<typename Iterator, typename Predicate>
class pm::input_truncator< Iterator, Predicate >

Iterator modifier truncating the trailing part of the sequence. Iterating is stopped at the first element evaluated to FALSE by the given functor.

Template Parameters
Iteratoriterator over the source sequence.
Predicateunary boolean functor.

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