|
inlineconstexpr |
#include <eve/algo/all_of.hpp>
a SIMD version of std::all_of
Tests if all 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 unary p
returns true for all elements in the range, false
otherwise. Returns true
if the range is empty.