Public Member Functions | |
| template<typename I , typename V2 , typename C = ordered_less, typename P = ident, requires = (BinarySearchable<I, V2, C, P>())> | |
| I | operator() (I begin, difference_type_t< I > d, V2 const &val, C pred=C{}, P proj=P{}) const |
| template function upper_bound More... | |
| I ranges::v3::aux::upper_bound_n_fn::operator() | ( | I | begin, |
| difference_type_t< I > | d, | ||
| V2 const & | val, | ||
| C | pred = C{}, |
||
| P | proj = P{} |
||
| ) | const |
template function upper_bound
range-based version of the upper_bound std algorithm
Rng is a model of the Range concept