Turi Create  4.0
turi::enum_to_type< flex_type_enum > Struct Template Reference

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

Detailed Description

template<flex_type_enum>
struct turi::enum_to_type< flex_type_enum >

enum_to_type<flex_type_enum e>::type is the flexible_type content type corresponding to the enumeration value. This is very useful for SFINAE operations.

Example: This will refer to the type flex_int

type_to_enum<flex_type_enum::INTEGER>::type

Definition at line 658 of file flexible_type_base_types.hpp.


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