Searched defs:binary_pred (Results 1 – 3 of 3) sorted by relevance
27 constexpr bool binary_pred(const Foo& rhs) const { return val < rhs.val; } binary_pred() function [all...]
101 auto binary_pred = [](int i, int j) { return i < j; }; in test_all() local
131 auto binary_pred = maybe_throw(tokens[5], [](int x, int y) -> bool { return x == y; }); in main() local