Skip to content

is_in_list

template<typename T, typename List>
struct is_in_list

Defined in src/lib/ncarray/dtype.hh:362

Struct for testing presence of a type in a type_list.

  • T The object under test.

  • List The list to check for the inclusion of T.