neoGFX
Cross-platform C++ app/game engine
|
Go to the source code of this file.
Namespaces | |
namespace | neolib |
namespace | neolib::stdint_suffix |
Functions | |
constexpr std::int8_t | neolib::stdint_suffix::operator""_i8 (unsigned long long v) |
constexpr std::uint8_t | neolib::stdint_suffix::operator""_u8 (unsigned long long v) |
constexpr std::int16_t | neolib::stdint_suffix::operator""_i16 (unsigned long long v) |
constexpr std::uint16_t | neolib::stdint_suffix::operator""_u16 (unsigned long long v) |
constexpr std::int32_t | neolib::stdint_suffix::operator""_i32 (unsigned long long v) |
constexpr std::uint32_t | neolib::stdint_suffix::operator""_u32 (unsigned long long v) |
constexpr std::int64_t | neolib::stdint_suffix::operator""_i64 (unsigned long long v) |
constexpr std::uint64_t | neolib::stdint_suffix::operator""_u64 (unsigned long long v) |