17 static constexpr std::size_t
size{
sizeof...(Ts)};
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25
Compile-time list of types.
Definition TypeList.hpp:15
static constexpr std::size_t size
Size of the list.
Definition TypeList.hpp:17