template<class T, class TypeList>
IsContainedIn struct

template struct that checks if a type T is contained in the list of allowed types TypeList

Template parameters
T the type to check
TypeList the list of allowed types