|
inlineconstexpr |
#include <eve/module/algo/algo/any_of.hpp>
Tests if any of the elements in the range match the predicate. by default aligns and unrolls 4 times.
Alternative Header
Parameters
Return value
true if p returns true for at least one element in the range, false otherwise. Returns false if the range is empty.