Go to the source code of this file.
|
| ranges::template (typename I, typename S, typename T, typename P=identity)(AND sentinel_for< S |
| function template contains More...
|
|
I AND indirect_relation< equal_to, projected< I, P >, T const * > constexpr I RANGES_FUNC() | ranges::remove (I first, S last, T const &val, P proj=P{}) |
|
| ranges::template (typename Rng, typename T, typename P=identity)(AND indirect_relation< equal_to |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
T const *constexpr borrowed_iterator_t< Rng > RANGES_FUNC() | ranges::remove (Rng &&rng, T const &val, P proj=P{}) |
|