This is the complete list of members for ranges::binary_search_fn, including all inherited members.
operator()(I begin, S end, V const &val, C pred=C{}, P proj=P{}) const -> bool requires forward_iterator< I > &&sentinel_for< S, I > &&indirect_strict_weak_order< C, V const *, projected< I, P >> | ranges::binary_search_fn | |
operator()(Rng &&rng, V const &val, C pred=C{}, P proj=P{}) const -> bool requires forward_range< Rng > &&indirect_strict_weak_order< C, V const *, projected< iterator_t< Rng >, P >> | ranges::binary_search_fn |