Polymake Template Library (PTL) 4.13
|
#include <iterator_filters.h>
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. |