Forward declares boost::hana::remove.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::remove | 
| Remove all the elements of a monadic structure that are equal to some value.Given a monadic structure xsand avalue,removereturns a new monadic structure equal toxswithout all its elements that are equal to the givenvalue.removeis equivalent toremove_ifwith theequal.to(value)predicate, i.e.  More... | |
Forward declares boost::hana::remove.