is_scalar_type< TV > Struct Template Reference

is_scalar_type&lt; TV &gt; Struct Template Reference#

Composable Kernel: ck::is_scalar_type< TV > Struct Template Reference
ck::is_scalar_type< TV > Struct Template Reference

#include <data_type.hpp>

Static Public Attributes

static constexpr bool value = (scalar_type<remove_cvref_t<TV>>::vector_size == 1)

Member Data Documentation

◆ value

template<typename TV>
bool ck::is_scalar_type< TV >::value = (scalar_type<remove_cvref_t<TV>>::vector_size == 1)
staticconstexpr

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