Turi Create  4.0
turi::flex_undefined Struct Reference

#include <core/data/flexible_type/flexible_type_base_types.hpp>

Detailed Description

Represents the undefined type in the flexible_type. Corresponds to the type enum flex_type_enum::UNDEFINED.

The global static variable FLEX_UNDEFINED can be used when an undefined value is needed. i.e.

flexible_type f = FLEX_UNDEFINED;

This is equivalent to:

flexible_type f = flex_undefined();

Definition at line 316 of file flexible_type_base_types.hpp.


The documentation for this struct was generated from the following file: