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