1 #ifndef ENTT_META_TEMPLATE_HPP
2 #define ENTT_META_TEMPLATE_HPP
4 #include "../core/type_traits.hpp"
9 template<
template<
typename...>
class>
17 template<
template<
typename...>
class Clazz,
typename... Args>
A class to use to push around lists of types, nothing more.