Honeycomb
0.1
Component-Model Framework
|
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... | |