Range-v3
Range algorithms, views, and actions for the Standard Library
All Classes Namespaces Files Functions Variables Typedefs Friends Macros Modules Pages
ranges::v3::action::remove_if_fn::ConceptImpl Struct Reference

Public Member Functions

template<typename Rng , typename C , typename P = ident, typename I = range_iterator_t<Rng>>
auto requires_ (Rng &&, C &&, P &&=P{}) -> decltype( concepts::valid_expr( concepts::model_of< concepts::ForwardRange, Rng >(), concepts::model_of< concepts::ErasableRange, Rng, I, I >(), concepts::is_true(RemovableIf< I, C, P >()) ))