Horizon
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ranges::actions::remove_fn Struct Reference

Public Member Functions

 template (typename V, typename P)() const expr auto operator()(V &&value
 
template<typename V >
constexpr auto operator() (V &&value) const
 
 template (typename Rng, typename V, typename P=identity)(AND permutable< iterator_t< Rng > > AND erasable_range< Rng
 
sentinel_t< Rng > AND indirect_relation< equal_to, projected< iterator_t< Rng >, P >, V const * > Rng operator() (Rng &&rng, V const &value, P proj={}) const
 

Public Attributes

P proj const
 
 iterator_t< Rng >
 

Member Data Documentation

◆ const

P proj ranges::actions::remove_fn::const
Initial value:
{
return make_action_closure(
bind_back(remove_fn{}, static_cast<V &&>(value), std::move(proj)))

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