Boost.Hana  1.0.2
Your standard library for metaprogramming
remove_if.hpp File Reference

Forward declares boost::hana::remove_if. More...

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::remove_if
 Remove all the elements of a monadic structure that satisfy some predicate.Given a monadic structure xs and a unary predicate, remove_if returns a new monadic structure equal to xs without all its elements that satisfy the predicate. This is equivalent to filter with a negated predicate, i.e. More...
 

Detailed Description

Forward declares boost::hana::remove_if.