Horizon
Loading...
Searching...
No Matches
ranges::views::remove_fn Struct Reference
Inheritance diagram for ranges::views::remove_fn:
ranges::views::remove_base_fn ranges::views::remove_bind_fn

Public Member Functions

Value const equal_to constexpr auto operator() (Rng &&rng, Value value) const
Value const Proj constexpr auto operator() (Rng &&rng, Value value, Proj proj) const
template<typename Value>
constexpr auto operator() (Value value) const
Public Member Functions inherited from ranges::views::remove_base_fn
 template (typename Rng, typename Value)(AND viewable_range< Rng > AND input_range< Rng > AND indirectly_comparable< iterator_t< Rng >
Value const equal_to constexpr auto operator() (Rng &&rng, Value value) const
 template (typename Rng, typename Value, typename Proj)(AND viewable_range< Rng > AND input_range< Rng > AND indirectly_comparable< iterator_t< Rng >
Value const Proj constexpr auto operator() (Rng &&rng, Value value, Proj proj) const
Public Member Functions inherited from ranges::views::remove_bind_fn
template<typename Value>
constexpr auto operator() (Value value) const
 template (typename Value, typename Proj)() const expr auto operator()(Value &&value

Additional Inherited Members

Public Attributes inherited from ranges::views::remove_base_fn
Value const equal_to
Public Attributes inherited from ranges::views::remove_bind_fn
Proj proj const

The documentation for this struct was generated from the following file: