1 #ifndef DASH__ALGORITHM__ALL_OF_H__ 2 #define DASH__ALGORITHM__ALL_OF_H__ 4 #include <dash/iterator/GlobIter.h> 5 #include <dash/algorithm/Find.h> 23 typename UnaryPredicate>
37 #endif // DASH__ALGORITHM__ALL_OF_H__ This class is a simple memory pool which holds allocates elements of size ValueType.
GlobIter find_if_not(GlobIter first, GlobIter last, UnaryPredicate predicate)
Returns an iterator to the first element in the range [first,last) that does not satisfy the predicat...
bool all_of(GlobIter first, GlobIter last, UnaryPredicate p)
Check whether all element in the range satisfy predicate p.
Iterator on Partitioned Global Address Space.