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 default less ), sort returns a new sequence containing the same elements as the original, except they are ordered in such a way that if x comes before y in the sequence, then either predicate(x, y) is true, or both predicate(x, y) and predicate(y, x) are false. More... | |
Forward declares boost::hana::sort
.