|
inlineconstexpr |
#include <eve/module/algo/algo/all_of.hpp>
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.