struct te_optional_uintmax_t

Overview

Unsigned long integer which can be left undefined More…

#include <te_defs.h>

struct te_optional_uintmax_t {
    // fields

    uintmax_t value;
    bool defined;
};

Detailed Documentation

Unsigned long integer which can be left undefined

Fields

uintmax_t value

Value

bool defined

If true, value is defined