Template HashedEnum

Create a named enumeration with hash value for each enumeration member calculated from member name

template HashedEnum(string enumName, args...) ;

This mixin template creates an enumeration with a given name and a list of enum members. The hash value of the member name is assigned to the enumeration member.

Parameters

NameDescription