|
Gamp v0.0.8
Gamp: Graphics, Audio, Multimedia and Processing
|
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 177 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint8_t.
Definition at line 180 of file int_types.hpp.
|
constexpr |
Literal for signed int16_t.
Definition at line 183 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint16_t.
Definition at line 186 of file int_types.hpp.
|
constexpr |
Literal for signed int32_t.
Definition at line 189 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint32_t.
Definition at line 192 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint32_t.
Definition at line 195 of file int_types.hpp.
|
constexpr |
Literal for signed int64_t.
Definition at line 198 of file int_types.hpp.
|
constexpr |
Literal for unsigned uint64_t.
Definition at line 201 of file int_types.hpp.
|
constexpr |
Literal for signed ssize_t.
Definition at line 204 of file int_types.hpp.
|
constexpr |
Literal for unsigned size_t.
Definition at line 207 of file int_types.hpp.
|
constexpr |
Literal for signed jau::snsize_t.
Definition at line 210 of file int_types.hpp.
|
constexpr |
Literal for unsigned jau::nsize_t.
Definition at line 213 of file int_types.hpp.