Forward declares boost::hana::partition
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::partition |
Partition a sequence based on a predicate .Specifically, returns an unspecified Product whose first element is a sequence of the elements satisfying the predicate, and whose second element is a sequence of the elements that do not satisfy the predicate. More... | |
Forward declares boost::hana::partition
.