libstdc++
climits File Reference

Go to the source code of this file.

Macros

#define _GLIBCXX_CLIMITS
 
#define LLONG_MAX
 
#define LLONG_MIN
 
#define ULLONG_MAX
 

Detailed Description

This is a Standard C++ Library file. You should #include this file in your programs, rather than any of the *.h implementation files.

This is the C++ version of the Standard C Library header limits.h, and its contents are (mostly) the same as that header, but are all contained in the namespace std (except for names which are defined as macros in C).

Definition in file climits.

Macro Definition Documentation

◆ _GLIBCXX_CLIMITS

#define _GLIBCXX_CLIMITS

Definition at line 45 of file climits.

◆ LLONG_MAX

#define LLONG_MAX

Definition at line 52 of file climits.

◆ LLONG_MIN

#define LLONG_MIN

Definition at line 48 of file climits.

◆ ULLONG_MAX

#define ULLONG_MAX

Definition at line 56 of file climits.