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

Classes

struct  ranges::v3::remove_if_fn
 

Typedefs

template<typename I , typename C , typename P = ident>
using ranges::v3::RemovableIf = meta::strict_and< ForwardIterator< I >, IndirectPredicate< C, projected< I, P > >, Permutable< I > >
 

Variables

constexpr with_braced_init_args< remove_if_fn > ranges::v3::remove_if {}