|
template<typename I , typename S , typename V , typename C = less, typename P = identity> |
subrange< I > | ranges::equal_range (I first, S last, V const &val, C pred=C{}, P proj=P{}) |
| function template equal_range More...
|
|
template<typename Rng , typename V , typename C = less, typename P = identity> |
borrowed_subrange_t< Rng > | ranges::equal_range (Rng &&rng, V const &val, C pred=C{}, P proj=P{}) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
|
|