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 xs and a value , remove returns a new monadic structure equal to xs without all its elements that are equal to the given value . remove is equivalent to remove_if with the equal.to(value) predicate, i.e. More... | |
Forward declares boost::hana::remove
.