Horizon
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | List of all members
ranges::views::remove_base_fn Struct Reference
Inheritance diagram for ranges::views::remove_base_fn:
ranges::views::remove_fn

Public Member Functions

 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 Attributes

Value const equal_to
 

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