Range-v3
Range algorithms, views, and actions for the Standard Library
ranges::actions::adjacent_remove_if_fn Struct Reference

Synopsis of methods

constexpr adjacent_remove_if_fn adjacent_remove_if {}
 

Public Member Functions

Proj sentinel_t< Rng > &&indirect_relation< Pred, projected< iterator_t< Rng >, Proj > > &&permutable< iterator_t< Rng > > Rng operator() (Rng &&rng, Pred pred, Proj proj={}) const
 
template<typename Pred , typename Proj = identity>
 requires (!range< Pred >)` const expr auto operator()(Pred pred
 

Public Attributes

Proj iterator_t< Rng >
 
Proj Pred
 
Proj proj
 
Proj Proj = identity > requires ` forward_range<Rng> && erasable_range<Rng
 

Member Data Documentation

◆ proj

Proj ranges::actions::adjacent_remove_if_fn::proj
Initial value:
= {}) const
{
bind_back(adjacent_remove_if_fn{}, std::move(pred), std::move(proj)));
}
template<typename Rng
ranges::make_action_closure
constexpr make_action_closure_fn make_action_closure
Definition: action.hpp:37
ranges::aux::move
constexpr move_fn move
Definition: move.hpp:48
meta::lazy::bind_back
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:785