3#ifndef ENTT_META_TEMPLATE_HPP
4#define ENTT_META_TEMPLATE_HPP
6#include "../core/type_traits.hpp"
11template<
template<
typename...>
class>
19template<
template<
typename...>
class Clazz,
typename... Args>
A class to use to push around lists of types, nothing more.