sincerely
Singaporean
If you have not done so, read this full tutorial on how to use SGEXTN to build an application.
class SGLLongLongLimits;
part of SGEXTN module SG_Math
static function class providing long long limits.
list of all including inherited members
preprocessor file inclusion directive: #include ‹SGLLongLongLimits.h›
CMake target for BuildLah: SGEXTN::SG_Math
see this link for more information about BuildLah
parent class: (none)
children classes: (none)
static long long maximum();
static long long minimum();
SGLLongLongLimits provides limits for the long long data type, such as the minimum and maximum long long that can be represented.
Uses ‹numeric_limits› from Standard Template Library
Returns the largest integer that can be represented using long long.
Signed integer overflow is undefined behaviour. If integer overflow is intended, cast to unsigned long long first.
Returns the smallest integer that can be represented using long long.
Signed integer overflow is undefined behaviour. If integer overflow is intended, cast to unsigned long long first.
©2025 05524F.sg (Singapore)