Forward declares boost::hana::maximum
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::maximum |
Return the greatest element of a non-empty structure with respect to a predicate , by default less .Given a non-empty structure and an optional binary predicate (less by default), maximum returns the greatest element of the structure, i.e. an element which is greater than or equal to every other element in the structure, according to the predicate. More... | |
Forward declares boost::hana::maximum
.