Forward declares boost::hana::sort.  
More...
| Namespaces | |
| boost::hana | |
| Namespace containing everything in the library. | |
| Variables | |
| constexpr auto | boost::hana::sort | 
| Sort a sequence, optionally based on a custom predicate.Given a Sequence and an optional predicate (by defaultless),sortreturns a new sequence containing the same elements as the original, except they are ordered in such a way that ifxcomes beforeyin the sequence, then eitherpredicate(x, y)is true, or bothpredicate(x, y)andpredicate(y, x)are false.  More... | |
Forward declares boost::hana::sort.