struct u8

Declaration

struct u8 { /* full declaration omitted */ };

Description

An 8-bit unsigned integer. See the [namespace level documentation]($sus::num) for more.

Declared at: sus/num/unsigned_integer.h:68

Member Variables

public uint8_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 char const MIN_PRIMITIVE = __private::min_value<unsigned char>()
The smallest value that can be represented by an [`
public static unsigned char const MAX_PRIMITIVE = __private::max_value<unsigned char>()
The largest value that can be represented by an [`
public static const sus::num::u8 MIN
The smallest value that can be represented by an [`
public static const sus::num::u8 MAX
The largest value that can be represented by an [`
public static const sus::num::u32 BITS
The size of and [`