is_in_list
is_in_list
Section titled “is_in_list”template<typename T, typename List>struct is_in_listDefined in src/lib/ncarray/dtype.hh:362
Struct for testing presence of a type in a type_list.
Parameters
Section titled “Parameters”-
TThe object under test. -
ListThe list to check for the inclusion of T.