Synopsis of methods | |
constexpr remove_if_fn | remove_if {} |
Public Member Functions | |
P iterator_t< Rng > &&permutable< iterator_t< Rng > > &&indirect_unary_predicate< C, projected< iterator_t< Rng >, P > > Rng | operator() (Rng &&rng, C pred, P proj=P{}) const |
template<typename C , typename P = identity> | |
requires (!range< C >)` const expr auto operator()(C pred | |
Public Attributes | |
P | C |
P | iterator_t< Rng > |
P | P = identity > requires ` forward_range<Rng> && erasable_range<Rng & |
P | proj |
P ranges::actions::remove_if_fn::proj |