Synopsis of methods | |
constexpr view< remove_fn > | remove {} |
Public Member Functions | |
template<typename Rng , typename Value > | |
constexpr auto | operator() (Rng &&rng, Value value) const requires MoveConstructible< Value > &&ViewableRange< Rng > &&InputRange< Rng > &&IndirectlyComparable< iterator_t< Rng > |
template<typename Rng , typename Value , typename Proj > | |
constexpr auto | operator() (Rng &&rng, Value value, Proj proj) const requires MoveConstructible< Value > &&ViewableRange< Rng > &&InputRange< Rng > &&IndirectlyComparable< iterator_t< Rng > |
Public Attributes | |
constexpr auto Value const | equal_to |
constexpr auto Value const | Proj |
constexpr auto Value const ranges::view::remove_fn::equal_to |