![]() |
ArkScript
A small, fast, functional and scripting language for video games
|
User defined literals for Ark internals. More...
Go to the source code of this file.
Namespaces | |
namespace | Ark |
namespace | Ark::literals |
Functions | |
uint8_t | Ark::literals::operator""_u8 (const unsigned long long int num) |
Suffix to easily write uint8_t: 1_u8. | |
uint16_t | Ark::literals::operator""_u16 (const unsigned long long int num) |
Suffix to easily write uint16_t: 1_u16. | |
std::size_t | Ark::literals::operator""_z (const unsigned long long int num) |
Suffix to easily write std::size_t: 1_z. | |
User defined literals for Ark internals.
Definition in file Literals.hpp.