Numeric Limits Library
1.10.1¶
#include <std/limits.pat>
Functions¶
std::limits::u8_min() -> u8
1.10.1¶
Returns the smallest value representable by a “u8”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::u8_max() -> u8
1.10.1¶
Returns the biggest value representable by a “u8”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::u16_min() -> u16
1.10.1¶
Returns the smallest value representable by a “u16”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::u16_max() -> u16
1.10.1¶
Returns the biggest value representable by a “u16”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::u32_min() -> u32
1.10.1¶
Returns the smallest value representable by a “u32”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::u32_max() -> u32
1.10.1¶
Returns the biggest value representable by a “u32”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::u64_min() -> u64
1.10.1¶
Returns the smallest value representable by a “u64”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::u64_max() -> u64
1.10.1¶
Returns the biggest value representable by a “u64”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::u128_min() -> u128
1.10.1¶
Returns the smallest value representable by a “u128”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::u128_max() -> u128
1.10.1¶
Returns the biggest value representable by a “u128”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::s8_min() -> s8
1.10.1¶
Returns the smallest value representable by a “s8”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::s8_max() -> s8
1.10.1¶
Returns the biggest value representable by a “s8”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::s16_min() -> s16
1.10.1¶
Returns the smallest value representable by a “s16”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::s16_max() -> s16
1.10.1¶
Returns the biggest value representable by a “s16”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::s32_min() -> s32
1.10.1¶
Returns the smallest value representable by a “s32”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::s32_max() -> s32
1.10.1¶
Returns the biggest value representable by a “s32”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::s64_min() -> s64
1.10.1¶
Returns the smallest value representable by a “s64”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::s64_max() -> s64
1.10.1¶
Returns the biggest value representable by a “s64”
Parameter |
Description |
---|---|
|
Biggest value representable by a |
std::limits::s128_min() -> s128
1.10.1¶
Returns the smallest value representable by a “s128”
Parameter |
Description |
---|---|
|
Smallest value representable by a |
std::limits::s128_max() -> s128
1.10.1¶
Returns the biggest value representable by a “s128”
Parameter |
Description |
---|---|
|
Biggest value representable by a |