|
inlineconstexpr |
#include <eve/algo/any_of.hpp>
a SIMD version of std::any_of
Tests if any of the elements in the range match the predicate. by default aligns and unrolls 4 times.
Alternative Header
Parameters
rng: Relaxed input range to processReturn value
true if p returns true for at least one element in the range, false otherwise. Returns false if the range is empty.