Forward declares boost::hana::minimum
.
More...
Namespaces | |
boost::hana | |
Namespace containing everything in the library. | |
Variables | |
constexpr auto | boost::hana::minimum |
Return the least 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), minimum returns the least element of the structure, i.e. an element which is less than or equal to every other element in the structure, according to the predicate. More... | |
Forward declares boost::hana::minimum
.