xtd 0.2.0
Loading...
Searching...
No Matches
value_types.h File Reference
#include <cstdint>

Definition

Contains value types.

Go to the source code of this file.

Typedefs

using __slong__ = signed long
 Represents a 32-bit or 64-bit signed integer.
 
using __ulong__ = unsigned long
 Represents a 32-bit or 64-bit unsigned integer.
 

Typedef Documentation

◆ __slong__

using __slong__ = signed long

Represents a 32-bit or 64-bit signed integer.

Warning
Internal use only

◆ __ulong__

using __ulong__ = unsigned long

Represents a 32-bit or 64-bit unsigned integer.

Warning
Internal use only