|
jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
|
Functions | |
| constexpr int16_t | operator""_i16 (unsigned long long int __v) |
| Literal for signed int16_t. | |
| constexpr int32_t | operator""_i32 (unsigned long long int __v) |
| Literal for signed int32_t. | |
| constexpr int64_t | operator""_i64 (unsigned long long int __v) |
| Literal for signed int64_t. | |
| constexpr int8_t | operator""_i8 (unsigned long long int __v) |
| Literal for signed int8_t. | |
| constexpr jau::snsize_t | operator""_inz (unsigned long long int __v) |
| Literal for signed jau::snsize_t. | |
| constexpr ssize_t | operator""_iz (unsigned long long int __v) |
| Literal for signed ssize_t. | |
| constexpr uint16_t | operator""_u16 (unsigned long long int __v) |
| Literal for unsigned uint16_t. | |
| constexpr uint32_t | operator""_u32 (unsigned long long int __v) |
| Literal for unsigned uint32_t. | |
| constexpr uint64_t | operator""_u64 (unsigned long long int __v) |
| Literal for unsigned uint64_t. | |
| constexpr uint8_t | operator""_u8 (unsigned long long int __v) |
| Literal for unsigned uint8_t. | |
| constexpr unsigned | operator""_ui (unsigned long long int __v) |
| Literal for unsigned uint32_t. | |
| constexpr jau::nsize_t | operator""_unz (unsigned long long int __v) |
| Literal for unsigned jau::nsize_t. | |
| constexpr size_t | operator""_uz (unsigned long long int __v) |
| Literal for unsigned size_t. | |
|
constexpr |
Literal for signed int8_t.
Definition at line 173 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint8_t.
Definition at line 176 of file int_types.hpp.
|
constexpr |
Literal for signed int16_t.
Definition at line 179 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint16_t.
Definition at line 182 of file int_types.hpp.
|
constexpr |
Literal for signed int32_t.
Definition at line 185 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint32_t.
Definition at line 188 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint32_t.
Definition at line 191 of file int_types.hpp.
|
constexpr |
Literal for signed int64_t.
Definition at line 194 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint64_t.
Definition at line 197 of file int_types.hpp.
|
constexpr |
Literal for signed ssize_t.
Definition at line 200 of file int_types.hpp.
|
constexpr |
Literal for unsigned size_t.
Definition at line 203 of file int_types.hpp.
|
constexpr |
Literal for signed jau::snsize_t.
Definition at line 206 of file int_types.hpp.
|
constexpr |
Literal for unsigned jau::nsize_t.
Definition at line 209 of file int_types.hpp.