struct u64
Declaration
struct u64 { /* full declaration omitted */ };
Description
A 64-bit unsigned integer. See the [namespace level documentation]($sus::num) for more.
Declared at: sus/num/unsigned_integer.h:100
Member Variables
- public uint64_t primitive_value = {0U}
- The inner primitive value. Prefer to cast to the desired primitive type, such as with `uint32_t{n}` for a numeric value `n`.
- public static unsigned long const MIN_PRIMITIVE = __private::min_value<unsigned long>()
- The smallest value that can be represented by an [`
- public static unsigned long const MAX_PRIMITIVE = __private::max_value<unsigned long>()
- The largest value that can be represented by an [`
- public static const sus::num::u64 MIN
- The smallest value that can be represented by an [`
- public static const sus::num::u64 MAX
- The largest value that can be represented by an [`
- public static const sus::num::u32 BITS
- The size of and [`