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

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

operator()(I begin, S end, V2 const &val, C pred=C{}, P proj=P{}) const (defined in ranges::v3::upper_bound_fn)ranges::v3::upper_bound_fn
operator()(Rng &&rng, V2 const &val, C pred=C{}, P proj=P{}) constranges::v3::upper_bound_fn