Searched defs:unary_pred (Results 1 – 3 of 3) sorted by relevance
71 auto unary_pred = [](const Proxy<T&>&) { return true; }; in run_tests() local [all...]
26 constexpr bool unary_pred() const { return val > 0; } unary_pred() function [all...]
100 auto unary_pred = [](int i) { return i > 0; }; in test_all() local [all...]