NiHu  2.0

Template metaprograms for comparison. More...

#include <type_traits>
Include dependency graph for relation.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tmp::less< N, M >
 General declaration of the less oparation. More...
 
struct  tmp::greater< N, M >
 General declaration of the greater oparation. More...
 
struct  tmp::max_< Val, Args >
 Compute maximum of types. More...
 
struct  tmp::max_< Val1, Val2 >
 Compute maximum of type, specialisation for two parameters. More...
 
struct  tmp::min_< Val, Args >
 Compute minimum of types. More...
 
struct  tmp::min_< Val1, Val2 >
 Compute minimum of types, specialisation for two parameters. More...
 

Namespaces

 tmp
 template metaprogramming functions
 

Detailed Description

Template metaprograms for comparison.

These comparisons are used in comparing asymptotic singularity types, e.g.

Definition in file relation.hpp.