Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
integral.hpp File Reference

Inclusion for common place integral types and constants. More...

Go to the source code of this file.

Description

Inclusion for common place integral types and constants.

Definition in file integral.hpp.

#include <stdlib.h>
#include <cstddef>
#include <cstdint>

Typedefs

using uint = unsigned int
 
using uchar = unsigned char
 
using ulong = unsigned long int
 
using llong = long long int
 
using ullong = unsigned long long int
 
using ushort = unsigned short int
 
using f128 = long double
 

Variables

const uint LIFE_AND_UNIVERSE_4EVER = 42
 

Typedef Documentation

◆ uint

using uint = unsigned int

Definition at line 29 of file integral.hpp.

◆ uchar

using uchar = unsigned char

Definition at line 30 of file integral.hpp.

◆ ulong

using ulong = unsigned long int

Definition at line 31 of file integral.hpp.

◆ llong

using llong = long long int

Definition at line 32 of file integral.hpp.

◆ ullong

using ullong = unsigned long long int

Definition at line 33 of file integral.hpp.

◆ ushort

using ushort = unsigned short int

Definition at line 34 of file integral.hpp.

◆ f128

using f128 = long double

Definition at line 36 of file integral.hpp.

Variable Documentation

◆ LIFE_AND_UNIVERSE_4EVER