Public Types | Static Public Member Functions | Static Public Attributes | List of all members
MathLimits< T > Struct Template Reference

Public Types

typedef T Type
 
typedef T UnsignedType
 

Static Public Member Functions

static bool IsFinite (const Type x)
 
static bool IsNaN (const Type x)
 
static bool IsInf (const Type x)
 
static bool IsPosInf (const Type x)
 
static bool IsNegInf (const Type x)
 

Static Public Attributes

static const bool kIsSigned
 
static const bool kIsInteger
 
static const Type kPosMin
 
static const Type kPosMax
 
static const Type kMin
 
static const Type kMax
 
static const Type kNegMin
 
static const Type kNegMax
 
static const int kMin10Exp
 
static const int kMax10Exp
 
static const Type kEpsilon
 
static const Type kStdError
 
static const int kPrecisionDigits
 
static const Type kNaN
 
static const Type kPosInf
 
static const Type kNegInf
 

Detailed Description

template<typename T>
struct MathLimits< T >

Definition at line 26 of file mathlimits.h.


The documentation for this struct was generated from the following file: