struct te_optional_double_t

Overview

Double which can be left undefined More…

#include <te_defs.h>

struct te_optional_double_t {
    // fields

    double value;
    bool defined;
};

Detailed Documentation

Double which can be left undefined

Fields

double value

Value

bool defined

If true, value is defined