Synopsis of methods | |
constexpr remove_if_fn | remove_if {} |
Additional Inherited Members | |
![]() | |
template<typename Rng , typename Pred > | |
constexpr remove_if_view< all_t< Rng >, Pred > | operator() (Rng &&rng, Pred pred) const |
template<typename Rng , typename Pred , typename Proj > | |
constexpr remove_if_view< all_t< Rng >, composed< Pred, Proj > > | operator() (Rng &&rng, Pred pred, Proj proj) const |
![]() | |
template<typename Pred , typename Proj > | |
constexpr auto | operator() (Pred &&pred, Proj proj) const |
template<typename Pred > | |
constexpr auto | operator() (Pred pred) const |