Range-v3
Range algorithms, views, and actions for the Standard Library
remove_if.hpp File Reference

Classes

struct  ranges::remove_if_view< Rng, Pred >
 
struct  ranges::views::remove_if_base_fn
 Given a source range, unary predicate, and optional projection, present a view of the elements that do not satisfy the predicate. More...
 
struct  ranges::views::remove_if_bind_fn
 
struct  ranges::views::remove_if_fn