Forward declares boost::hana::remove_if.  
More...
| Namespaces | |
| 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 xsand a unary predicate,remove_ifreturns a new monadic structure equal toxswithout all its elements that satisfy the predicate. This is equivalent tofilterwith a negated predicate, i.e.  More... | |
Forward declares boost::hana::remove_if.