Searched defs:MathLimits (Results 1 – 1 of 1) sorted by relevance
78 template<typename T> struct MathLimits { struct80 typedef T Type;83 typedef T UnsignedType;85 static const bool kIsSigned;87 static const bool kIsInteger;89 static const Type kPosMin;91 static const Type kPosMax;93 static const Type kMin;95 static const Type kMax;98 static const Type kNegMin;[all …]