Polymake Template Library (PTL) 4.12
|
#include <iterator_filters.h>
Inherits Iterator.
Iterator modifier truncating the trailing part of the sequence. Iterating is stopped at the first element evaluated to FALSE by the given functor.
Iterator | iterator over the source sequence. |
Predicate | unary boolean functor. |