Template Struct to_data_type< T, typename std::enable_if_t< std::is_floating_point< T >::value &&sizeof(T)==4 > >

Struct Documentation

template<typename T>
struct to_data_type<T, typename std::enable_if_t<std::is_floating_point<T>::value && sizeof(T) == 4>>

Public Static Attributes

static const bool is_valid = true
static const DataType value = DataType::Float