#include <muu/core.h>
template <>
constants<signed long> struct
signed long constants.
Integers
- static T eight constexpr
8- static T five constexpr
5- static T four constexpr
4- static T nine constexpr
9- static T one constexpr
1- static T one_hundred constexpr
100- static T seven constexpr
7- static T six constexpr
6- static T ten constexpr
10- static T three constexpr
3- static T two constexpr
2- static T zero constexpr
0
Limits
- static T highest constexpr
- The highest representable 'normal' value (equivalent to std::
numeric_limits:: max()). - static T lowest constexpr
- The lowest representable 'normal' value (equivalent to std::
numeric_limits:: lowest()).