Go to the source code of this file.
|
| constexpr auto | SInt8NoValue = static_cast<std::int8_t>(0x80) |
| constexpr auto | UInt8NoValue = static_cast<std::uint8_t>(0xff) |
| constexpr auto | SInt16NoValue = static_cast<std::int16_t>(0x8000) |
| constexpr auto | UInt16NoValue = static_cast<std::uint16_t>(0xffff) |
| constexpr auto | SInt32NoValue = static_cast<std::int32_t>(0x80000000) |
| constexpr auto | UInt32NoValue = static_cast<std::uint32_t>(0xffffffff) |
| constexpr auto | SInt64NoValue = static_cast<std::int64_t>(0x8000000000000000) |
| constexpr auto | UInt64NoValue = static_cast<std::uint64_t>(0xffffffffffffffff) |