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

Forward declares boost::hana::minimum. More...

Namespaces

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

Detailed Description

Forward declares boost::hana::minimum.