Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::upper_bound_fn Member List

This is the complete list of members for ranges::upper_bound_fn, including all inherited members.

operator()(I begin, S end, V const &val, C pred=C{}, P proj=P{}) const -> I requires forward_iterator< I > &&sentinel_for< S, I > &&indirect_strict_weak_order< C, V const *, projected< I, P >> (defined in ranges::upper_bound_fn)ranges::upper_bound_fn
operator()(Rng &&rng, V const &val, C pred=C{}, P proj=P{}) const -> safe_iterator_t< Rng > requires forward_range< Rng > &&indirect_strict_weak_order< C, V const *, projected< iterator_t< Rng >, P >>ranges::upper_bound_fn