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

Forward declares boost::hana::ordering. More...

Namespaces

 boost
 
 boost::hana
 Namespace containing everything in the library.
 

Variables

constexpr auto boost::hana::ordering
 Returns a function performing less after applying a transformation to both arguments.ordering creates a total order based on the result of applying a function to some objects, which is especially useful in conjunction with algorithms that accept a custom predicate that must represent a total order. More...
 

Detailed Description

Forward declares boost::hana::ordering.