Honeycomb  0.1
Component-Model Framework
Classes | Namespaces | Functions
Numeral.h File Reference
#include "Honey/Misc/Debug.h"
#include "Honey/Math/platform/Numeral.h"
Include dependency graph for Numeral.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  honey::Numeral< T >
 Numeric type information, use numeral() to get instance safely from a static context. More...
 
class  honey::NumeralInt< T >
 Numeric type info for integer types. More...
 
class  honey::NumeralFloat< T >
 Numeric type info for floating point types. More...
 

Namespaces

 honey
 Global Honeycomb namespace.
 

Functions

template<class T >
constexpr Numeral< T > honey::numeral ()
 Get numeric type info safely from a static context. More...
 
template<class T >
constexpr Numeral< T > honey::numeral (const T &)
 Get numeric type info of deduced type. More...