|
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
Return value
true if p returns true for no elements in the range, false otherwise. Returns true if the range is empty.