Searched defs:binary_pred (Results 1 – 3 of 3) sorted by relevance
31 auto binary_pred = [](int i, int j) { return BooleanTestable(i < j); }; in __anonb5b6cf1d0202() variable
27 constexpr bool binary_pred(const Foo& rhs) const { return val < rhs.val; } in binary_pred() function
98 auto binary_pred = [](int i, int j) { return i < j; }; in test_all() local