Boost.Hana  1.1.0
Your standard library for metaprogramming
partition.hpp File Reference

Forward declares boost::hana::partition. More...

Namespaces

 boost
 
 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...
 

Detailed Description

Forward declares boost::hana::partition.