|
inlineconstexpr |
#include <eve/module/algo/algo/none_of.hpp>
Tests if none 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 no elements in the range, false
otherwise. Returns true
if the range is empty.