struct u32

Declaration

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

Description

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

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

Member Variables

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