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

template<typename Pred , typename Proj = identity>
CPP_TEMPLATE_AUX_0 c (requires `(!range< Pred >)) ccconstexpr auto operator()(Pred pred
 

Public Attributes

CPP_TEMPLATE_AUX_0 Proj Pred
 
CPP_TEMPLATE_AUX_0 Proj proj
 

Member Data Documentation

◆ proj

CPP_TEMPLATE_AUX_0 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
constexpr make_action_closure_fn make_action_closure
Definition: action.hpp:49
constexpr move_fn move
Definition: move.hpp:52
defer< bind_back, Fn, Ts... > bind_back
Definition: meta.hpp:994