Public Member Functions | |
template<typename Rng , typename Value > | |
constexpr auto | operator() (Rng &&rng, Value value) const requires move_constructible< Value > &&viewable_range< Rng > &&input_range< Rng > &&indirectly_comparable< iterator_t< Rng > |
template<typename Rng , typename Value , typename Proj > | |
constexpr auto | operator() (Rng &&rng, Value value, Proj proj) const requires move_constructible< Value > &&viewable_range< Rng > &&input_range< Rng > &&indirectly_comparable< iterator_t< Rng > |
Public Attributes | |
constexpr auto Value const | equal_to |
constexpr auto Value const | Proj |
constexpr auto Value const ranges::views::remove_base_fn::equal_to |