sincerely Singaporean

If you have not done so, read this full tutorial on how to use SGEXTN to build an application.

SGLLongLongLimits

see header file

see source file

class SGLLongLongLimits;

part of SGEXTN module SG_Math

static function class providing long long limits.

detailed description

list of all including inherited members

implementation details

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 member functions

static long long maximum();

static long long minimum();

Detailed Description

SGLLongLongLimits provides limits for the long long data type, such as the minimum and maximum long long that can be represented.

Implementation Details

Uses ‹numeric_limits› from Standard Template Library

static long long maximum();

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.

static long long minimum();

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)

contact 05524F / report a bug / make a suggestion

about 05524F SINGAPORE values

list of 05524F projects