Honeycomb
0.1
Component-Model Framework
|
Numeric type info for integer types. More...
#include <Numeral.h>
Public Types | |
typedef Info::Int | Int |
Integer representation of type. More... | |
typedef Info::Real | Real |
Real representation of type. More... | |
typedef Info::Real_ | Real_ |
Real operations and constants class. More... | |
Public Member Functions | |
constexpr T | min () const |
Minimum possible value for type (negative for signed types) More... | |
constexpr T | max () const |
Maximum possible value for type. More... | |
Static Public Attributes | |
static const int | sizeBits = sizeof(T)*8 |
Size of type in bits. More... | |
Numeric type info for integer types.
typedef Info::Int honey::NumeralInt< T >::Int |
Integer representation of type.
typedef Info::Real honey::NumeralInt< T >::Real |
Real representation of type.
typedef Info::Real_ honey::NumeralInt< T >::Real_ |
Real operations and constants class.
|
inline |
Maximum possible value for type.
|
inline |
Minimum possible value for type (negative for signed types)
|
static |
Size of type in bits.